ebsynth_utility icon indicating copy to clipboard operation
ebsynth_utility copied to clipboard

when you cancel / interrupt the img2img it loops stage 3

Open gateway opened this issue 2 years ago • 4 comments

when you want to cancel the img2img and have some control nets enabled it loops and I have to kill the auto111 window and restart.

output does this

Loading model from cache: control_canny-fp16 [e3fe7712]
Loading preprocessor: canny
3050549512
Loading model from cache: control_depth-fp16 [400750f6]
Loading preprocessor: depth_leres
Loading model from cache: control_canny-fp16 [e3fe7712]
Loading preprocessor: canny
3050549512
Loading model from cache: control_depth-fp16 [400750f6]
Loading preprocessor: depth_leres
Loading model from cache: control_canny-fp16 [e3fe7712]
Loading preprocessor: canny
3050549512
Loading model from cache: control_depth-fp16 [400750f6]
Loading preprocessor: depth_leres
Loading model from cache: control_canny-fp16 [e3fe7712]
Loading preprocessor: canny
3050549512
Loading model from cache: control_depth-fp16 [400750f6]
Loading preprocessor: depth_leres
Loading model from cache: control_canny-fp16 [e3fe7712]
Loading preprocessor: canny
3050549512```

gateway avatar Mar 29 '23 19:03 gateway

It does not seem to occur in my environment. Maybe it's not a problem with this extension.

s9roll7 avatar Apr 04 '23 00:04 s9roll7

I recreated the environment from scratch and now it reproduces.

s9roll7 avatar Apr 05 '23 14:04 s9roll7

I recreated the environment from scratch and now it reproduces.

thanks for taking the time to look into this.. hopefully its a easy fix..

gateway avatar Apr 05 '23 16:04 gateway

fixed.

s9roll7 avatar Apr 06 '23 03:04 s9roll7