stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

Results 23 stable-diffusion issues
Sort by recently updated
recently updated
newest added

Getting the following error following the instructions python scripts/txt2img.py --prompt "a virus monster is playing guitar, oil on canvas" --ddim_eta 0.0 --n_samples 4 --n_iter 4 --scale 5.0 --ddim_steps 50 Traceback...

Hey @pesser ! 👋 This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using...

Trying to set the repo up and get it working but got the below error Win 11 (ldm) D:\github\stable-diffusion>python scripts/txt2img.py --prompt "a virus monster is playing guitar, oil on canvas"...

Hi, just asking ... are you planning to make a Dockerfile? Looks like people having problems making the stuff run

Got the conda env, installs, downloads and everything all working smoothly now, no error messages but upon running this pops up: Traceback (most recent call last): File "stable-diffusion/scripts/txt2img.py", line 12,...

Missing logs/f8-kl-clip-encoder-256x256-run1/configs/2022-06-01T22-11-40-project.yaml

I'm trying to run the text-to-image model with the example but CUDA keeps running out of memory, despite it barely trying to allocate anything. It's trying to allocate 20MB when...

trying to run inpainting with the inpaint_big downloaded model. Changed the checkpoint and config path in inpainting-demo. but this error appears: (I think ddpm.py wants 512x512 RGBA image and streamlit...

Hello, Thanks for this great work. I'm wondering if you could provide instructions on how to perform the Upscaling task? Thanks!