stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Inpainting stops working
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
When I go to img2img tab->inpaint and after I upload an image, and some prompt and negative prompts, and hit generate The ui just stuck and show no progess on the progess bar, and NO output in the command window
And after a few seconds the UI pops out an error on the upper right corner showing:connection errored out.
It is confusing, there is no extra information during the stuck, not a single word output in the terminal. There is even no logs to find where it goes wrong.
Steps to reproduce the problem
- Go to img2img->inpaint
- Upload a image
- Fill in some prompt and negative prompt
- hit generate
- nothing happens
What should have happened?
Inpainting should work
Commit where the problem happens
74d249f6dda1406abe99a61509a7aff6673eadbc
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Brave, Apple Safari, Microsoft Edge
Command Line Arguments
set COMMANDLINE_ARGS=--xformers --opt-sub-quad-attention --opt-split-attention-v1 --no-half-vae --precision full --no-half --disable-nan-check
set XFORMERS_PACKAGE=xformers==0.0.17
List of extensions
a1111-sd-webui-locon openpose-editor sd-webui-controlnet sd_dreambooth_extension
Console logs
venv "F:\stable-diffusion-webui\venv\Scripts\Python.exe"
Launching Web UI with arguments: --xformers --opt-sub-quad-attention --opt-split-attention-v1 --no-half-vae --precision full --no-half --disable-nan-check
Additional Network extension not installed, Only hijack built-in lora
LoCon Extension hijack built-in lora successfully
ControlNet v1.1.116
ControlNet v1.1.116
Loading weights [1a189f0be6] from F:\stable-diffusion-webui\models\Stable-diffusion\stable_diffusion_15.safetensors
Creating model from config: F:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 3.6s (load weights from disk: 0.3s, create model: 0.3s, apply weights to model: 0.6s, move model to device: 1.7s, load textual inversion embeddings: 0.7s).
CUDA SETUP: Loading binary F:\stable-diffusion-webui\venv\lib\site-packages\bitsandbytes\libbitsandbytes_cudaall.dll...
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 18.9s (import torch: 6.4s, import gradio: 0.8s, import ldm: 1.3s, other imports: 1.7s, load scripts: 2.6s, load SD checkpoint: 3.6s, create ui: 2.2s).
Additional information
No response