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
I am lost
I was recomended this model to help with the insane amount of blurred images to non nsfw prompts...i make an account, give my information and i do t see any usable text to image generator....can someone please help, i usually dont have a problem with using huggingface
You can see here: https://huggingface.co/CompVis/stable-diffusion-v1-4/discussions/5
how this community is helpful. They take for granted you're a programmer who wants to tackle every issue by yourself (which I did, AND THERE WERE MANY UNDOCUMENTED ERRORS IN THE SETUP PROCESS, but apparently they are even more angry at the fact that I am technical savvy and can solve it by myself but still ask for clear documentation), and that you are able to setup everything as it's an easy task.
What's your problem exactly? I can help you
@Pepetradesman sorry could you explain your problem in a bit more in-detail? What are you trying to do exactly?