Instructions to use Comfy-Org/stable-diffusion-v1-5-archive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/stable-diffusion-v1-5-archive with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Adding `diffusers` weights of this model
#1
by multimodalart HF Staff - opened
This PR adds fp32 and fp16 weights in PyTorch and safetensors format to Comfy-Org/stable-diffusion-v1-5-archive
This works in the meantime
pipe = StableDiffusionPipeline.from_pretrained("Comfy-Org/stable-diffusion-v1-5-archive", torch_dtype=torch.float16, revision="82ddc01b8d77adc5b4a7c6b5e8f2ddf1a6fe0c08")
Btw this is a diffusers weights in case anyone needs it: https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
multimodalart changed pull request status to closed