AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.54k stars 26.45k forks source link

[Bug]: True is not in list. (Inpaint) #7636

Closed ZeroCool22 closed 1 year ago

ZeroCool22 commented 1 year ago

Is there an existing issue for this?

What happened?

Tried to inpaint and get the error.

Screenshot_2

Steps to reproduce the problem

  1. Go to img2img > inpaint
  2. Press ....
  3. ...

What should have happened?

Inpaint without error.

Commit where the problem happens

ea9bd9fc7409109adcd61b897abc2c8881161256

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

--api --xformers --vae-path "C:\Users\ZeroCool22\Desktop\Auto\models\Stable-diffusion\vae-ft-mse-840000-ema-pruned.ckpt" --gradio-inpaint-tool color-sketch --gradio-img2img-tool color-sketch

List of extensions

Screenshot_3

Console logs

venv "C:\Users\ZeroCool22\Desktop\Auto\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: ea9bd9fc7409109adcd61b897abc2c8881161256
Installing requirements for Web UI
[Auto-Photoshop-SD] Attempting auto-update...
[Auto-Photoshop-SD] switch branch to extension branch.
checkout_result: Your branch is up to date with 'origin/master'.

[Auto-Photoshop-SD] Current Branch.
branch_result: * master
  plugin-server-decouple

[Auto-Photoshop-SD] Fetch upstream.
fetch_result:
[Auto-Photoshop-SD] Pull upstream.
pull_result: Already up to date.

#######################################################################################################
Initializing Dreambooth
If submitting an issue on github, please provide the below text for debugging purposes:

Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Dreambooth revision: 21ddebabb47274255d516e655f997d9ddadc0fe4
SD-WebUI revision: ea9bd9fc7409109adcd61b897abc2c8881161256

Checking Dreambooth requirements...
[+] bitsandbytes version 0.35.0 installed.
[+] diffusers version 0.10.2 installed.
[+] transformers version 4.25.1 installed.
[+] xformers version 0.0.16rc425 installed.
[+] torch version 1.13.1+cu117 installed.
[+] torchvision version 0.14.1+cu117 installed.

#######################################################################################################

Launching Web UI with arguments: --api --xformers --vae-path C:\Users\ZeroCool22\Desktop\Auto\models\Stable-diffusion\vae-ft-mse-840000-ema-pruned.ckpt --gradio-inpaint-tool color-sketch --gradio-img2img-tool color-sketch
python_server_full_path:  C:\Users\ZeroCool22\Desktop\Auto\extensions\Auto-Photoshop-StableDiffusion-Plugin\server/python_server
SD-Webui API layer loaded
Loading weights [c7879e612d] from C:\Users\ZeroCool22\Desktop\Auto\models\Stable-diffusion\3000_Macrubi.ckpt
Creating model from config: C:\Users\ZeroCool22\Desktop\Auto\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights from commandline argument: C:\Users\ZeroCool22\Desktop\Auto\models\Stable-diffusion\vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(4): midjourney-style, Style-BladeRunner2049-8v, Style-Empire, vmpr
Textual inversion embeddings skipped(10): anthro, ChemPunk-96, CinemaHelper, midjourney-1000, midjourney-1050, midjourney-1250, midjourney, PhotoHelper, protogemb, VikingPunk
Model loaded in 3.4s (load weights from disk: 0.6s, create model: 0.3s, apply weights to model: 0.4s, apply half(): 0.6s, load VAE: 0.2s, move model to device: 0.6s, load textual inversion embeddings: 0.7s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.

Additional information

No response

ZeroCool22 commented 1 year ago

After a Control + F5 is working again.