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]
can not get out of that cell giving me an error
I'm getting the same problem. I already accepted the terms and conditions last time I ran it. Now the button is missing.
same here, what should I do?
Skip it apparently worked
Β· Sign up or log in to comment