huchenlei / sd-webui-openpose-editor

Openpose editor for ControlNet. Full hand/face support.
MIT License
637 stars 64 forks source link

[Bug]: In the f12 console, the container boundaries are not consistent with the actual interface #68

Open nacl-fishs opened 6 months ago

nacl-fishs commented 6 months ago

Is there an existing issue for this?

What happened?

b1792d0fa9f9d97f987c22e44c36f018_720

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... Snipaste_2024-02-29_11-11-44 The bug appears when you click the button in the box

What should have happened?

The boundary of the container is the same as the actual interface

Commit where the problem happens

webui: controlnet:https://gitcode.net/ranting8323/sd-webui-controlnet openpose-editor:git@github.com:huchenlei/sd-webui-openpose-editor.git

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

NO

Console logs

Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.7.0
Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e
Launching Web UI with arguments: --theme dark --xformers --api --autolaunch
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
[-] ADetailer initialized. version: 24.1.1, num models: 9
ControlNet preprocessor location: F:\stable-diffusion\sd-webui-aki-v4.6\extensions\sd-webui-controlnet\annotator\downloads
2024-02-29 10:17:29,702 - ControlNet - INFO - ControlNet v1.1.430
2024-02-29 10:17:29,778 - ControlNet - INFO - ControlNet v1.1.430
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [7c348e096a] from F:\stable-diffusion\sd-webui-aki-v4.6\models\Stable-diffusion\cuteyukimixAdorable_neochapter3.safetensors
Creating model from config: F:\stable-diffusion\sd-webui-aki-v4.6\configs\v1-inference.yaml
Running on local URL:  http://127.0.0.1:7860
Loading VAE weights specified in settings: F:\stable-diffusion\sd-webui-aki-v4.6\models\VAE\animevae.pt
Applying attention optimization: xformers... done.
Model loaded in 2.5s (load weights from disk: 0.8s, create model: 0.2s, apply weights to model: 0.8s, load VAE: 0.4s, calculate empty prompt: 0.1s).

To create a public link, set `share=True` in `launch()`.
Startup time: 16.8s (prepare environment: 7.3s, import torch: 2.7s, import gradio: 0.8s, setup paths: 0.5s, initialize shared: 0.2s, other imports: 0.4s, load scripts: 1.7s, create ui: 0.7s, gradio launch: 2.3s, app_started_callback: 0.1s).

Browser logs

Uncaught SyntaxError: Unexpected token '{' (at sd-webui-openpose-editor/?theme=dark:16:32)

Additional information

No response

huchenlei commented 6 months ago

Might be related to https://github.com/vladmandic/automatic/issues/2594. This should be fixed in the lastest version. Please confirm that you are running the lastest version of sd-webui-controlnet.