Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use CompVis/stable-diffusion-v1-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CompVis/stable-diffusion-v1-4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") prompt = "A high tech solarpunk utopia in the Amazon rainforest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Download Issue??
#169
by Ushguyer - opened
Hi! I'm new to this website, and am trying to download the main file version under files and versions, but I don't see a button to download all the files.
Idk if I'm dumb or blind, but I've been stewing for half an hour and have nothing lol
-Tom
Same hiere i dont have acces to / sd-v1-4.ckpt |file 2 download. Only God can save us ;}
i am also new to this site i found a link i don't exactly know if its real but here's it is
https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt
Try to clik the models with label "Compvis" instead of "diffusion"
thankyou bb1241235