stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: the outline of the image ratio no longer appears on the image when moving the height and width sliders
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
Since the latest commit, the outline of the image ratio no longer appears on the image when moving the height and width sliders
Steps to reproduce the problem
- Go to img2img
- load an image
- Move the Width or Height slider
What should have happened?
We should see the outline moving to show the image ratio. But nothing happen
Commit where the problem happens
aba5d639fb20df035243246cf5edb143eda94546
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
--xformers --api --gradio-img2img-tool color-sketch
List of extensions
sd-webui-3d-open-pose-editor sd-webui-aspect-ratio-helper sd-webui-controlnet
Console logs
venv "C:\Users\Jyce\Desktop\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 64 bit (AMD64)]
Commit hash: aba5d639fb20df035243246cf5edb143eda94546
Installing requirements for Web UI
Launching Web UI with arguments: --xformers --api --gradio-img2img-tool color-sketch
Loading weights [f93e6a50ac] from C:\Users\Jyce\Desktop\stable-diffusion-webui\models\Stable-diffusion\uberRealisticPornMerge_urpmv13.safetensors
Creating model from config: C:\Users\Jyce\Desktop\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 2.7s (load weights from disk: 0.1s, create model: 0.2s, apply weights to model: 0.6s, apply half(): 0.4s, move model to device: 0.5s, load textual inversion embeddings: 0.8s).
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 7.9s (import torch: 1.3s, import gradio: 0.9s, import ldm: 0.2s, other imports: 0.8s, list extensions: 0.4s, setup codeformer: 0.1s, load scripts: 0.8s, load SD checkpoint: 2.9s, create ui: 0.2s, scripts app_started_callback: 0.1s).
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:03<00:00, 5.59it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 11.27it/s]
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:03<00:00, 6.65it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:02<00:00, 6.91it/s]
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:08<00:00, 2.26it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:08<00:00, 2.28it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:08<00:00, 2.30it/s]
Additional information
No response
+1 A very crooked merge, too bad no one bothered to run it and check it before merging
Needs some frontend fixes to be compatible with 3.23's DOM changes
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/729b915c753cdbfcd98629580ddb0b876c46725a https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/faf39bb1b62f3d81f7747d537f320cfa1b0f4ef3 https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/fbc851a3bf6a4681c23e3887379a73bc9ece1e76
Thanks. Just need to wait these commits to be pushed on master.