AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: img2img resolution slider overlay gone #9053

Closed alenknight closed 1 year ago

alenknight commented 1 year ago

Is there an existing issue for this?

What happened?

when in img2img and changing the slider for resolutions, the pink overlay that existed before seems to be missing after latest update.

Steps to reproduce the problem

  1. Go to .... img2img
  2. add an image
  3. try changing height/width resolution. overlay missing

What should have happened?

overlay should change and resize showing the image dimensions

Commit where the problem happens

955df77

What platforms do you use to access the UI ?

Windows, MacOS

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome, Microsoft Edge

Command Line Arguments

@echo off

set PYTHON="C:\Users\user\AppData\Local\Programs\Python\Python310\python.exe"
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--listen --port 7777 --no-half-vae --xformers --api --enable-insecure-extension-access
set SAFETENSORS_FAST_GPU=0

call webui.bat

List of extensions

Extension URL Version Update depth-image-io-for-SDWebui https://github.com/AnonymousCervine/depth-image-io-for-SDWebui.git eb22863d (Sat Feb 4 06:52:38 2023) unknown depthmap2mask https://github.com/Extraltodeus/depthmap2mask 3c1874f5 (Wed Dec 7 02:40:16 2022) unknown embedding-inspector https://github.com/tkalayci71/embedding-inspector.git 4ed06419 (Sat Feb 25 11:17:37 2023) unknown openpose-editor https://github.com/fkunn1326/openpose-editor.git 08ad9334 (Wed Mar 1 23:15:27 2023) unknown sd-webui-additional-networks https://github.com/kohya-ss/sd-webui-additional-networks.git 822f2136 (Thu Feb 16 12:57:55 2023) unknown sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet 1031a902 (Fri Mar 3 02:56:49 2023) unknown sd-webui-cutoff https://github.com/hnmr293/sd-webui-cutoff 89b90487 (Wed Mar 22 15:47:20 2023) unknown sd-webui-depth-lib https://github.com/jexom/sd-webui-depth-lib 28a22387 (Mon Mar 6 21:02:28 2023) unknown sd_dreambooth_extension https://github.com/d8ahazard/sd_dreambooth_extension.git 3324b6ab (Sun Mar 26 00:34:34 2023) unknown sd_grid_add_image_number https://github.com/AlUlkesh/sd_grid_add_image_number.git 453c305d (Thu Feb 23 01:08:51 2023) unknown sd_smartprocess https://github.com/d8ahazard/sd_smartprocess 330f47f8 (Tue Jan 3 17:39:09 2023) unknown stable-diffusion-webui-images-browser https://github.com/AlUlkesh/stable-diffusion-webui-images-browser a9032d4d (Mon Mar 27 14:14:06 2023) unknown stable-diffusion-webui-pixelization https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization e37251c5 (Sat Feb 4 17:02:01 2023) unknown stable-diffusion-webui-tokenizer https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git ac6d541c (Sat Dec 10 12:58:31 2022) unknown ultimate-upscale-for-automatic1111 https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git 0a3d03a4 (Tue Feb 7 06:07:23 2023) unknown LDSR built-in
Lora built-in
ScuNET built-in
SwinIR built-in
prompt-bracket-checker built-in

Console logs

venv "C:\AI\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
Commit hash: 955df7751eef11bb7697e2d77f6b8a6226b21e13
Installing requirements for Web UI

loading Smart Crop reqs from C:\AI\stable-diffusion-webui\extensions\sd_smartprocess\requirements.txt
Checking Smart Crop requirements.

Launching Web UI with arguments: --listen --port 7777 --no-half-vae --xformers --api --enable-insecure-extension-access
C:\AI\stable-diffusion-webui\venv\lib\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
  warnings.warn(
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
Loading weights [b19fee4ab1] from C:\AI\stable-diffusion-webui\models\Stable-diffusion\realisticVisionV20_v20-inpainting.safetensors
Creating model from config: C:\AI\stable-diffusion-webui\configs\v1-inpainting-inference.yaml
LatentInpaintDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.54 M params.
Loading VAE weights specified in settings: C:\AI\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(14): bad-artist-anime, bad-artist, bad-picture-chill-75v, bad_prompt, bad_prompt_version2, easynegative, emb-anada, emb-avril, emb-rrf2, HRGiger, MLKEmb, Style-Empire-neg, Style-Empire, ulzzang-6500
Textual inversion embeddings skipped(11): AnalogFilm768-BW-Classic, AnalogFilm768-BW-Modern, AnalogFilm768-BW-Tintype, AnalogFilm768-BW-Vintage, AnalogFilm768-Old-School, AnalogFilm768, nartfixer, Neg_Facelift768, nfixer, nrealfixer, TungstenDispo
Model loaded in 3.6s (load weights from disk: 0.2s, create model: 0.4s, apply weights to model: 1.3s, apply half(): 0.2s, load VAE: 0.3s, move model to device: 0.4s, load textual inversion embeddings: 0.9s).
Running on local URL:  http://0.0.0.0:7777

To create a public link, set `share=True` in `launch()`.
Startup time: 30.2s (import torch: 4.4s, import gradio: 1.2s, import ldm: 0.3s, other imports: 1.1s, load scripts: 2.2s, load SD checkpoint: 3.8s, create ui: 12.9s, gradio launch: 4.2s).
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:02<00:00,  9.84it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 13.28it/s]
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 14.96it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 13.29it/s]
Loading weights [318740d144] from C:\AI\stable-diffusion-webui\models\Stable-diffusion\Lyriel_MLK_Diff_30.safetensorss]
Creating model from config: C:\AI\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: cached vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Model loaded in 5.1s (create model: 0.4s, apply weights to model: 3.3s, apply half(): 0.3s, move model to device: 0.7s, load textual inversion embeddings: 0.3s).
Loading model: control_sd15_canny [fef5e48e]
Loaded state_dict from [C:\AI\stable-diffusion-webui\models\ControlNet\control_sd15_canny.pth]
ControlNet model control_sd15_canny [fef5e48e] loaded.
Loading preprocessor: canny
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 25 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 25/25 [00:25<00:00,  1.02s/it]
Loading weights [b19fee4ab1] from C:\AI\stable-diffusion-webui\models\Stable-diffusion\realisticVisionV20_v20-inpainting.safetensors
Creating model from config: C:\AI\stable-diffusion-webui\configs\v1-inpainting-inference.yaml
LatentInpaintDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.54 M params.
Loading VAE weights specified in settings: cached vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Model loaded in 6.2s (create model: 0.3s, apply weights to model: 3.4s, apply half(): 1.6s, load VAE: 0.1s, move model to device: 0.7s).
Total progress:  96%|███████████████████████████████████████████████████████████████▍  | 25/26 [00:36<00:01,  1.48s/it]
Loading weights [318740d144] from C:\AI\stable-diffusion-webui\models\Stable-diffusion\Lyriel_MLK_Diff_30.safetensorss]
Creating model from config: C:\AI\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: cached vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Model loaded in 4.7s (create model: 0.4s, apply weights to model: 3.3s, apply half(): 0.2s, move model to device: 0.6s).
Loading preprocessor: canny
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 25 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 25/25 [00:23<00:00,  1.07it/s]
Total progress:  96%|███████████████████████████████████████████████████████████████▍  | 25/26 [00:26<00:01,  1.04s/it]
Loading preprocessor: canny█████████████████████████████████████████████████████████▍  | 25/26 [00:26<00:00,  1.17it/s]
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 25 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 25/25 [00:22<00:00,  1.09it/s]
Total progress:  96%|███████████████████████████████████████████████████████████████▍  | 25/26 [00:25<00:01,  1.02s/it]
Loading preprocessor: canny█████████████████████████████████████████████████████████▍  | 25/26 [00:25<00:00,  1.18it/s]
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 20 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:19<00:00,  1.05it/s]
Total progress:  95%|██████████████████████████████████████████████████████████████▊   | 20/21 [00:22<00:01,  1.12s/it]
Loading model: control_sd15_hed [fef5e48e]█████████████████████████████████████████▊   | 20/21 [00:22<00:01,  1.04s/it]
Loaded state_dict from [C:\AI\stable-diffusion-webui\models\ControlNet\control_sd15_hed.pth]
ControlNet model control_sd15_hed [fef5e48e] loaded.
Loading preprocessor: hed
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 20 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:18<00:00,  1.10it/s]
Total progress:  95%|██████████████████████████████████████████████████████████████▊   | 20/21 [00:21<00:01,  1.07s/it]
Loading preprocessor: hed██████████████████████████████████████████████████████████▊   | 20/21 [00:21<00:00,  1.22it/s]
        Tile 1/15
        Tile 2/15
        Tile 3/15
        Tile 4/15
        Tile 5/15
        Tile 6/15
        Tile 7/15
        Tile 8/15
        Tile 9/15
        Tile 10/15
        Tile 11/15
        Tile 12/15
        Tile 13/15
        Tile 14/15
        Tile 15/15
Running DDIM Sampling with 20 timesteps
Decoding image: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:18<00:00,  1.10it/s]
Total progress:  95%|██████████████████████████████████████████████████████████████▊   | 20/21 [00:21<00:01,  1.07s/it]
T

Additional information

No response

Modexsaw commented 1 year ago

same

zlikwidart commented 1 year ago

Yup. Same for me. Just updated to get txt2video working and now the overlay is missing.

Ghosti1985 commented 1 year ago

Same as well.

catboxanon commented 1 year ago

This should be fixed as of 1.5.0. If the issue still persists for some reason on newer versions, open a new issue.