anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
989 stars 58 forks source link

[Bug]: Many fields are not displayed correctly #164

Closed jay2coo closed 1 year ago

jay2coo commented 1 year ago

Is there an existing issue for this?

What happened?

螢幕擷取畫面 2023-06-01 102125 螢幕擷取畫面 2023-06-01 102430 when I use inpaint, the photo not displayed correctly,and in Deforum the fields not displayed correctly.

Steps to reproduce the problem

  1. Go to inpaint
  2. Press load photo
  3. the photo not displayed correctly

What should have happened?

I don't konw

Commit where the problem happens

Deforum

What Python version are you running on ?

None

What platforms do you use to access the UI ?

No response

What device are you running WebUI on?

No response

What browsers do you use to access the UI ?

No response

Command Line Arguments

--no-half-vae --disable-nan-check --autolaunch --theme=dark --force-enable-xformers --xformers

List of extensions

螢幕擷取畫面 2023-06-01 103707

Console logs

Launching Web UI with arguments: --no-half-vae --disable-nan-check --autolaunch --theme=dark --force-enable-xformers --xformers
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 153.66it/s]
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 166.68it/s]
ControlNet v1.1.204
ControlNet v1.1.204
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [e401bdc46e] from F:\AItools\stable-diffusion-webui-ux\models\Stable-diffusion\revAnimated_v122_SlimVae.safetensors
Create LRU cache (max_size=16) for preprocessor results.
Creating model from config: F:\AItools\stable-diffusion-webui-ux\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
Create LRU cache (max_size=16) for preprocessor results.
DiffusionWrapper has 859.52 M params.
Applying optimization: xformers... done.
Textual inversion embeddings loaded(0):
Model loaded in 13.7s (load weights from disk: 0.7s, create model: 0.9s, apply weights to model: 9.3s, apply half(): 0.9s, move model to device: 1.8s).
Create LRU cache (max_size=16) for preprocessor results.
*Deforum ControlNet support: enabled*
Loading general settings...
reading custom settings from deforum_settings.txt
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Create LRU cache (max_size=16) for preprocessor results.
Startup time: 57.8s (import torch: 8.1s, import gradio: 5.5s, import ldm: 3.0s, other imports: 5.8s, setup codeformer: 0.3s, list SD models: 0.4s, load scripts: 13.3s, initialize extra networks: 0.2s, create ui: 15.7s, gradio launch: 4.2s, scripts app_started_callback: 1.2s).
Calculating sha256 for F:\AItools\stable-diffusion-webui-ux\models\Stable-diffusion\sd-v1-5-inpainting.ckpt: c6bbc15e3224e6973459ba78de4998b80b50112b0ae5b5c67113d56b4e366b19
Loading weights [c6bbc15e32] from F:\AItools\stable-diffusion-webui-ux\models\Stable-diffusion\sd-v1-5-inpainting.ckpt
Creating model from config: F:\AItools\stable-diffusion-webui-ux\configs\v1-inpainting-inference.yaml
LatentInpaintDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.54 M params.
Applying optimization: xformers... done.
Model loaded in 5.0s (create model: 0.7s, apply weights to model: 1.1s, apply half(): 1.2s, move model to device: 2.0s).Restarting UI...
Closing server running on port: 7860
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 100.01it/s]
ControlNet v1.1.204
sd-webui-prompt-all-in-one background API service started successfully.
Create LRU cache (max_size=16) for preprocessor results.
Create LRU cache (max_size=16) for preprocessor results.
Create LRU cache (max_size=16) for preprocessor results.
Loading general settings...
reading custom settings from deforum_settings.txt
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Create LRU cache (max_size=16) for preprocessor results.
Startup time: 7.3s (load scripts: 2.0s, reload script modules: 0.2s, create ui: 2.0s, gradio launch: 2.4s, scripts app_started_callback: 0.6s).
Restarting UI...
Closing server running on port: 7860
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 153.76it/s]
ControlNet v1.1.204
sd-webui-prompt-all-in-one background API service started successfully.
Create LRU cache (max_size=16) for preprocessor results.
Create LRU cache (max_size=16) for preprocessor results.
Create LRU cache (max_size=16) for preprocessor results.
Loading general settings...
reading custom settings from deforum_settings.txt
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Create LRU cache (max_size=16) for preprocessor results.
Startup time: 7.9s (load scripts: 1.9s, reload script modules: 0.2s, create ui: 1.9s, gradio launch: 2.5s, scripts app_started_callback: 1.3s).

Additional information

No response

anapnoe commented 1 year ago

what do you mean don't display correctly do a fresh install remove all extensions enable the one by one and test what causes the problem if you need me to look into issues please provide the most helpful info you can and always try to debug yourself by disabling extensions and introduce them one by one

jay2coo commented 1 year ago

I deleted all the extensions, but the image loaded by inpaint still cannot be displayed correctly in the preview window 螢幕擷取畫面 2023-06-04 091318 螢幕擷取畫面 2023-06-04 091355

anapnoe commented 1 year ago

I would advice you to do a fresh install

jay2coo commented 1 year ago

Thanks! It's normal to reinstall