Closed WaveF closed 1 year ago
For me on TXT2Image it also shows no Images, when using Batch Count >1. [4366c66e]
I have the same version and problem. The following error messages are the same whether I enable(in img2img tab) controlnet or not.
When I change Multi ControlNet: Max models amount (requires restart)
to 1
, error msg is AttributeError: 'list' object has no attribute 'enabled'
.
But I change it to 10
and restart, error msg is AttributeError: 'int' object has no attribute 'enabled'
.
Now I change it to 8
and restart, it works.
fixed in 1.1.132 https://github.com/Mikubill/sd-webui-controlnet/pull/1130
Is there an existing issue for this?
What happened?
When I updated the stable diffusion webui to the latest version, img2img cannot run properly with ControlNet enabled, and it gives an error message: AttributeError: 'list' object has no attribute 'enabled'.
Steps to reproduce the problem
What should have happened?
img2img should generate an image as usual
Commit where the problem happens
webui: 5ab7f213 controlnet: 4366c66
What browsers do you use to access the UI ?
No response
Command Line Arguments
Console logs
Additional information
No response