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
Need help with "Repository not found / make sure you are authenticated"
Hello everyone! I'm kinda new to this but managed to install and launch stable diffusion infinity on Docker: https://github.com/lkwq007/stablediffusion-infinity
But when I try to set it up with the "stablediffusion" model, i get the below error:
401 Client Error: Repository Not Found for url: https://huggingface.co/api/models/CompVis/stable-diffusion-v1-4/revision/fp16. If the repo is private, make sure you are authenticated. (Request ID: CVwBbsYF0ATcMKCI_jsQp)
I have already agreed to the terms and conditions and I'm not sure what else am I doing wrong and how to fix this. I would greatly appreciate any help, thank you!
Same problem, any updates?
This seems more like an issue for https://github.com/lkwq007/stablediffusion-infinity
