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
0
votes
0 answers
Is there a way to change image style (brush stype, line width, line color)?
I am creating line drawings with generative models
But issue is style not exactly how i want it to be
Right now i am using python, stable diffusion 2.1 model (fine tuned with Dream Booth)
What i want is more strict rules to my images, fox example:…
0
votes
0 answers
RuntimeError: shape '[640, 768]' is invalid for input of size 269337 stable-diffusion-webui wha
Im trying run webui.bat, but i got this:
maybe i need to make changes to the screen resolutions. but how and where?
venv "C:\Dev\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932…

Andre
- 1
0
votes
0 answers
Got Segmentation Fault while launching stable-diffusion-webui/webui.sh
I am trying to launch stable diffusion web ui on Manjaro Linux.
My PC Specs: ACER NITRO 5 AN515-42 with AMD CPU:Ryzen 5 2500U and GPU: AMD Radeon 560X 4GB GDDR5.
I followed This Tutorial and Thisfrom AUTOMATIC1111.
then executing this
(venv)…

Debabrata Samal
- 73
- 1
- 13
0
votes
1 answer
Problem with Web Scrapping Stable Diffusion Web UI
Hi I want to change the sampling steps, height, and width
The UI of the Stable Diffusion Web UI
I have checked the class name for the sampling step and I copied it to the selenium
enter image description here
options =…

Willl
- 3
- 2
0
votes
0 answers
safe loading yaml file on stable diffusion deforum
So the main goal is:
Loading safetensors checkpoint file on stable diffusion
secondary goal = safe loading the .yaml model config
Here's the google colab I was working…
0
votes
0 answers
Getting "Fatal Python error: init_sys_streams: is a directory, cannot continue" while trying to run Stable Diffusion natively on M2 Macbook
I am trying to run Stable Diffusion on Apple Silicon using Core ML and am following the steps as detailed in this article: https://huggingface.co/blog/diffusers-coreml
The article asks you to download the model checkpoints to a folder…

Mukul Patnaik
- 9
- 1
0
votes
0 answers
(Windows - Python issue) Unable to create venv in directory "venv" exit code: 1
I'm trying to install stable diffusion on windows, but i got an error that i cant find a fix for. Seems like noone is having the same issue. I posted the question on their github page also but no response so I'm hoping i have better luck here.
I…

Swift l3lade
- 21
- 1
0
votes
1 answer
Stable Diffusion 1.5, 2.0 webui-user.bat not found launch error in cmd [WinError 2]
Went through the instructions of installing git, python of both Stable Diffusion 1.5 and 2.0
(https://medium.com/geekculture/a-simple-way-to-run-stable-diffusion-2-0-locally-on-your-pc-no-code-guide-3beb911e444c guide for latest I used)
and both…

Victor Slidan Slisyen
- 1
- 1
- 2
0
votes
0 answers
how to finetune the stable diffusion super resolution model
There are many pipelines of stable dispersion txt2img finetune, but no code of super resolution finetune can be found. I tried to reproduce the super resolution finetune, but the result is always a little worse than the original model.how to…

lsy
- 1
0
votes
0 answers
can't save models/networks/embeddings in stable diffusion
When I try to save any model merga or hipernetwork,etc inside stable diffusion, there's an error and a message like this appear in the cmd:
RuntimeError: Parent directory "place/where/i'm/trying/to/save" does not exist.
Is there anyway I can change…

Brrruno
- 1
0
votes
0 answers
Best practices for serving user-specific large ML/DL models in a web application?
First excuse any naive statement you may find below, i'm a newcomer to the ML/DL field.
How do web applications that integrate fine-tuning of large machine learning/deep learning models handle the storage and retrieval of these models for…

interesting
- 149
- 1
- 10
0
votes
0 answers
Create a model from images dataset
I have a set of images of abstract art classified by artist I want to create a model and generate images by giving the name of an artist. I came across this dataset:
https://github.com/camillegontier/DELAUNAY_dataset/issues
With Stable Diffusion and…

Maxime R
- 3
- 2
0
votes
1 answer
Stable diffusion with openVino: Failed to set input blob with precision: I64, if CNNNetwork input blob precision is: FP64
I'm trying to make this version work on my CPU (Linux):
https://github.com/bes-dev/stable_diffusion.openvino
And it works fine without any initial image. But when I try to pass an initial image, I get this error:
Traceback (most recent call last):
…

Igor Deruga
- 1,504
- 1
- 10
- 18
0
votes
2 answers
Stability.ai API returning error: cannot unmarshal object into Go struct field TextToImageRequestBody.text_prompts of type
I'm trying to use the Stability.ai API to generate Stable Diffusion AI images.
I got my API key from https://beta.dreamstudio.ai/membership?tab=apiKeys
I am following the textToImage docs here:…

slanginbits
- 37
- 5
0
votes
0 answers
Unable to create venv in directory venv
I open the webui-user.bat file from the stable-diffusion-webui, artificial intelligence that creates art, but cmd opens and says:
Creating venv in directory venv using python "C:\Python27\python.exe"
Unable to create venv in directory venv
exit…

Santi El Curioso
- 1
- 1