Stable Diffusion is an AI art engine created by Stability AI. Popularly used in installations such as Automatic1111 webgui (https://github.com/AUTOMATIC1111/stable-diffusion-webui) and others. This tag covers problems with the engine and installations that bundle other interfaces, as well as prompt crafting and workflows for all functions that Stable Diffusion supports. Training, image to image, etc.
Questions tagged [stable-diffusion]
210 questions
1
vote
1 answer
When i install stable diffusion on my pc i get error 128, about repositories and folders in them, how do i solve this problem (python 3.10.6)
I have the following error:
Error code: 128
stdout:
stderr: fatal: detected dubious ownership in repository at…

Максим Минаев
- 11
- 2
1
vote
3 answers
How to solve "Torch is not able to use GPU"error?
I want to set up a stable-diffusion environment in Windows10. I downloaded the recommended graphics card driver version and cuda version, but running webui-user-bat still generates an error: Torch is not able to use the GPU.
enter image description…

bluefox
- 11
- 1
- 2
1
vote
3 answers
I couldn't run stable diffusion
I already install all of the things but can't seem to get it to work. here is the thing that shows up
> F:\stable\stable-diffusion-webui>git pull Already up to date. venv
> "F:\stable\stable-diffusion-webui\venv\Scripts\Python.exe" Python
> 3.10.6…

Grume meal
- 11
- 1
- 3
1
vote
1 answer
Failing to install 'lmbd' package for Stable diffusion web-ui
I am trying to install the Stable Diffusion Web-UI via terminal on a Mac M1 by followings this official GitHub guide. However, when I attempt to start the webui.sh module, I encounter the following error:
note: This error originates from a…

lorentso
- 11
- 2
1
vote
1 answer
KerasCV Stable Diffusion Inpainting Image Quality
I tried to use KerasCV Stable Diffusion API to run inpainting many times. However the generated image always come with a noisy margin on both the upper border and left border of the image. I only use default parameters to run the API functions.…

Artico
- 11
- 2
1
vote
2 answers
Automatic1111 > ControlNet API sending 500 server error
I am using Automatic1111 and it is working fine on my local machine and txt2img API is also working fine but when I try to use controlNet it always gives me the server 500 response, any help or guide to where should I look for solution?
import…

Imran Bughio
- 4,811
- 2
- 30
- 53
1
vote
1 answer
I get an error when launching Automatic1111
(Heads up that I know close to nothing about coding. I just watch tutorials and follow along)
Hi! I recently installed Automatic1111 for Stable Diffusions web UI, but whenever I try to launch it I get this error message in the command…

Miatpi
- 31
- 4
1
vote
1 answer
Is it technically possible to fine-tune stable diffusion (any checkpoint) on a GPU with 8GB VRAM
i am currently playing around with some generative models, such as stable-diffusion and i was wondering if it is technically possible and actually sensible to fine-tune the model on a Geforce RTX3070 with 8GB VRAM. Its just to play around a bit so…

Fabian Riedlsperger
- 11
- 1
1
vote
1 answer
How to do batch img2img job of many img/prompt pairs -- automatic1111 stable diffusion
there
With automatic1111 stable diffuison, I need to re-draw 100 images. Thanks to clip-interrogator, I've generated prompt text for each one of them. Next, I should to run img2img. However, I noticed that you cannot sigh the prompt for each image…

user1465767
- 41
- 1
- 6
1
vote
1 answer
How can i change the output of the Gradio framework?
Stable Diffusion WebUI uses the Gradio framework to render the UI to the client. There is an input control labeled "Batch count" that is set to the maximum of 100. I would like to change it to 200. How can I do it?

Trident D'Gao
- 18,973
- 19
- 95
- 159
1
vote
0 answers
Problem with running stable diffusion and getting torch to recognize my Graphics card for the CUDA test
so I've been trying to install Stable diffusion on my computer for the past three days. My computer has a gtx 980, and I have an i7 4790K cpu. I installed my Windows 10 OS on a smaller SSD that I have, while I install almost all games and programs…

R S
- 11
- 1
- 4
1
vote
3 answers
error installing gfpgan. python 10.6 installed
I'm trying to install stable diffusion. hitting this error after torch is finished installing.
made sure to add python to PATH
deleted venv folder.
reinstalled python 10.6 a few times
not sure how to proceed.
Sorry for the poor formatting of the…

StateOfB
- 29
- 1
- 9
1
vote
1 answer
Stable Diffusion issue on intel mac: connecting the weights/model and connecting to the model.ckpt file
I'm trying to get a command line version of Stable Diffusion up and running on Mac Intel from the following repo: https://github.com/cruller0704/stable-diffusion-intel-mac
I'm getting the error:
Too many levels of symbolic links:…

Agent Zebra
- 4,410
- 6
- 33
- 66
1
vote
1 answer
Convert dictionary to datasets.arrow_dataset.Dataset
I'm trying to use the Pokemon finetuning notebook, which uses the Pokemon BLIP captions dataset; see the GitHub from the Lambda Labs examples repo; the training code is in the justinpinkney/stable-diffusion code base. I want to fine-tune Stable…

jskattt797
- 231
- 2
- 10
1
vote
1 answer
Error Initalizing Stable diffusion with python 3.10.6. 'str' object has no attribute 'isascii'
I'm trying to set Up Stable Diffusion 1.5 from GIT https://github.com/AUTOMATIC1111/stable-diffusion-webui.
I've followed a tutorial https://www.youtube.com/watch?v=ycQJDJ-qNI8&t=0s.
To avoid problems with multiple python versions I've removed older…

Ale
- 946
- 4
- 17
- 28