-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Issues: CompVis/stable-diffusion
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ImportError: cannot import name 'SAFE_WEIGHTS_NAME' from 'transformers.utils'
#742
opened Jun 5, 2023 by
0546trigger
PLEASE , ITS EITHER THIS ON MY D DRIVE OR ROBOTO FONT ISSUE ON MY CDRIVE
#736
opened May 27, 2023 by
MilkDeLeche
Update the Stable Diffusion Code from the Diffuser Integration section
#730
opened May 23, 2023 by
lpmora
how to implement x-transformers to make the transformation memory efficient
#724
opened May 12, 2023 by
wtliao
I have two GPUs, how can I use both GPUs to perform image generation?#multi GPUs
#718
opened May 7, 2023 by
zyc-bit
# make sure you're logged in with
huggingface-cli login
from torch import autocast from diffusers import StableDiffusionPipeline pipe = StableDiffusionPipeline.from_pretrained( "CompVis/stable-diffusion-v1-4", use_auth_token=True ).to("cuda") prompt = "a photo of an astronaut riding a horse on mars" with autocast("cuda"): image = pipe(prompt)["sample"][0] image.save("astronaut_rides_horse.png")
#716
opened May 5, 2023 by
monteza24
xformers Not working. "torch.cuda.OutOfMemoryError: CUDA out of memory."
#712
opened Apr 30, 2023 by
Krazy4Stable
30+ Detailed And Comprehensive Stable Diffusion Tutorials / Guides - Not An Issue Thread
#711
opened Apr 29, 2023 by
FurkanGozukara
Stable Diffusion has difficulties in accurately generating images of veils
#707
opened Apr 24, 2023 by
qingfengge
ImportError: cannot import name 'SAFE_WEIGHTS_NAME' from 'transformers.utils'
#706
opened Apr 21, 2023 by
bossman919
ProTip!
Find all open issues with in progress development work with linked:pr.