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
iOS and macOS app
#107
by gsurma - opened
Hello,
I would like to share with you my app AI Dreamer, that allows you to create amazing stable diffusion visualizations. It's very fast (~30it/s) and easy to use.
Please share your feedback.
https://apps.apple.com/app/apple-store/id1608856807?pt=98037988&ct=huggingface&mt=8
Also, for the community:
If you go to the credits screen and tap on the logo 5 times, you'll receive additional 30 credits worth $1.99!