Skip to main content

A simple tool to guess an HuggingFace repo URL from a state dict.

Project description

HuggingFace Guess

A simple tool to guess an HuggingFace repo URL from a state dict.

This repo does almost the same thing as from diffusers.loaders.single_file_utils import fetch_diffusers_config but a bit stronger and more robust.

The main model detection logics are extracted from Diffusers and stolen from ComfyUI.

import safetensors.torch as sf
import huggingface_guess


state_dict = sf.load_file('./realisticVisionV51_v51VAE.safetensors')
repo_name = huggingface_guess.guess_repo_name(state_dict)
print(repo_name)

The above codes will print runwayml/stable-diffusion-v1-5.

Then you can download (or prefetch configs) from HuggingFace to instantiate models and load weights.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

huggingface_guess-0.1.0.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

huggingface_guess-0.1.0-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

Details for the file huggingface_guess-0.1.0.tar.gz.

File metadata

  • Download URL: huggingface_guess-0.1.0.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for huggingface_guess-0.1.0.tar.gz
Algorithm Hash digest
SHA256 285c8281e72508b522e68eb0cf605220a7335d7f0cfff75c5f537a7ac5d5d3ba
MD5 232163e67214738ff11c9527b39c359c
BLAKE2b-256 fec7dd98df73ae1754c06cfb979f92da61717e98b4d05f38448d4d7b8a0b820b

See more details on using hashes here.

File details

Details for the file huggingface_guess-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for huggingface_guess-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 226d44ef678c2cccba8a8532d27f8cd257370d3ebb093475e1c69814fbe3873b
MD5 7531064a4b48036c74ed7c395dcd5ee1
BLAKE2b-256 27a5e4bb5fcf5ddcdc810b4a53baa66f4d2f2b521780b1ed9bea177fc1323928

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page