Open Laisvydas3030 opened 7 months ago
if i delet anima diff extension all good. but with anima diff same eror
Error is preventing the generation of any images. Same error returned. Was not an issue until @huchenlei came in 7 hours ago to "fix" something specifically with the ControlNet and without having any idea of the fumble I updated A1111 and every attempt to generate gets "AttributeError: 'UiControlNetUnit' object has no attribute 'enable'" Yesterday it was working fine. Update all the extensions today, boom, error. Last person to fiddle with the Controlnet was @huchenlei
if i delet anima diff extension all good. but with anima diff same eror
thanks for the help. The problem is definitely animatediff, disable that extension and the problem will be solved.
Related issue: https://github.com/Mikubill/sd-webui-controlnet/issues/2787
I think here the issue is that ControlNetUnit
is somehow assigned to ad_params
, which indicates the logic of getting ad params having problem accessing correct script params, it might be caused by preceeding ad errors.
Error is preventing the generation of any images. Same error returned. Was not an issue until @huchenlei came in 7 hours ago to "fix" something specifically with the ControlNet and without having any idea of the fumble I updated A1111 and every attempt to generate gets "AttributeError: 'UiControlNetUnit' object has no attribute 'enable'" Yesterday it was working fine. Update all the extensions today, boom, error. Last person to fiddle with the Controlnet was @huchenlei
I don't think recent commits to sd-webui-controlnet causes this bug. You can try roll back sd-webui-controlnet to a commit 1 week earlier and see if the issue still persists.
@Laisvydas3030 Update your animate diff extension and it should work again, there is an update available that fixes it for 1.9.3
Edit: Wrote 1.9 but it's actually fixed for 1.9.3
if i delet anima diff extension all good. but with anima diff same eror
thanks for the help. The problem is definitely animatediff, disable that extension and the problem will be solved.
The issue persists even with animatediff disabled. It breaks the entire stable-diffusion-webui.
if i delet anima diff extension all good. but with anima diff same eror
Disabling animatediff fixed the issue for me as well. Thank you.
Disabling animatediff fixed the issue for me as well. Thank you.
There is an update for animate diff that fixes it for version 1.9.3, there is no need to disable or delete it.
Checklist
What happened?
txt2img an img2img not generate images
AttributeError: 'UiControlNetUnit' object has no attribute 'enable'
Steps to reproduce the problem
1 strats generate image
What should have happened?
must generait image
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
sysinfo-2024-04-22-20-16.json sysinfo-2024-04-22-20-16.json
Console logs
Additional information
I updated stable diffusion automtic from v1.90 to v1.93