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 Settings
- Draw Things
- DiffusionBee
SD 1.4 β the model that started the open AI revolution
#284
by 3morixd - opened
Stable Diffusion 1.4 changed everything. Before it, AI image generation was a closed garden. After it, everyone could create.
At Dispatch AI, we're doing for mobile LLMs what SD 1.4 did for image gen β making it open, free, and accessible to everyone.
Open weights. Open benchmarks. Open source. That's how AI should be.
Thank you CompVis. π
β Dispatch AI (FZE), Sharjah UAE