AttributeError: 'ControlModel' object has no attribute 'reset' #417
Replies: 2 comments 10 replies
-
A partial fix is available here, #409 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I haven't gotten it to work. Getting various errors such as Just running animatediff 2.0, bare minimum settings with either v2 or v3 modules, throws the following error. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use AnimateDiff with ControlNet v1.1.440 but getting errors:
*** Error running process: Z:\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py Traceback (most recent call last): File "Z:\stable-diffusion-webui\modules\scripts.py", line 718, in process script.process(p, *script_args) File "Z:\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 1143, in process self.controlnet_hack(p) File "Z:\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 1128, in controlnet_hack self.controlnet_main_entry(p) File "Z:\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff_cn.py", line 248, in hacked_main_entry model_net.reset() AttributeError: 'ControlModel' object has no attribute 'reset'
Any one have any idea what I'm doing wrong?
Motion model: mm_sd15_v3.safetensors
I'm tried various sd1.5 models, all of them return the same errors:
My environment versions:
version: v1.7.0 • python: 3.10.1 • torch: 2.0.1+cu118 • xformers: N/A • gradio: 3.41.2 • checkpoint: ef49fbb25f
Beta Was this translation helpful? Give feedback.
All reactions