Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
17.04k stars 1.96k forks source link

[Bug]: New update broke Ending Control Step #2755

Closed guzuligo closed 6 months ago

guzuligo commented 6 months ago

Is there an existing issue for this?

What happened?

Ending Control step no longer works as expected. You can only use it once, and then it will no longer work.

I thin even starting control step has the same issue.

Steps to reproduce the problem

  1. Use any controlnet and put ending control step to any low value
  2. Press generate. It will work as expected.
  3. Press generate again. It will fail.
  4. Press generate again and it will always fail again.
  5. Disable the controlNet and press generate. Re-enable the controlnet and generate again. It will work.
  6. Press generate again, it will fail again.

What should have happened?

Ending control step should stop the controlnet no matter how many times I generate without the need of disable and re-enable.

Commit where the problem happens

webui: v1.9.0 controlnet: bbcae309

What browsers do you use to access the UI ?

No response

Command Line Arguments

--xformers

List of enabled extensions

--

Console logs

2024-04-17 01:55:46,721 - ControlNet - INFO - unit_separate = False, style_align = False
2024-04-17 01:55:46,722 - ControlNet - INFO - Loading model from cache: control_lora_rank128_v11f1e_sd15_tile_fp16 [d258993f]
2024-04-17 01:55:46,732 - ControlNet - INFO - Using preprocessor: tile_resample
2024-04-17 01:55:46,733 - ControlNet - INFO - preprocessor resolution = -1
2024-04-17 01:55:46,756 - ControlNet - INFO - ControlNet Hooked - Time = 0.037999629974365234

Additional information

No response

huchenlei commented 6 months ago

Duplicate https://github.com/Mikubill/sd-webui-controlnet/issues/2752