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")
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment