-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(IMPORT FAILED) AnimateDiff Evolved using ComfyUI V1 (Closed Beta) #501
Comments
Your ComfyUI has to be updated. I am not sure if the desktop version waits for a numbered version to be released prior to being available via its update function, but latest ADE requires my PR that got merged into ComfyUI yesterday. |
Check the error you got that caused it not to import, but you probably just need to update both ComfyUI and AnimateDiff-Evolved. EDIT: This was a reply to a comment that got deleted by a different poster, saying they have the 'same problem' on non-desktop version. Their issue is likely that they just needed to update. |
still having issues with this commit my desktop version of ComfyUI just got updated as well |
What is your issue? (Please post full error stack) |
its the same issue stack as before the update didn't changed anything to fix it |
Looks like the desktop app hasn't been updated to use the latest ComfyUI code yet, there should be a build pushed out today that includes it: Kosinkadink/ComfyUI-Advanced-ControlNet#206 (comment) |
well thats weird... |
The desktop app got updated yesterday, which should solve your issue. |
[2024-12-03 23:53:54.672] [error] Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2026, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved_init.py", line 4, in
from .animatediff.model_injection import prepare_dinklink_register_definitions
File "C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\model_injection.py", line 17, in
from comfy.patcher_extension import CallbacksMP, WrappersMP, PatcherInjection
ModuleNotFoundError: No module named 'comfy.patcher_extension'
Cannot import C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved module for custom nodes: No module named 'comfy.patcher_extension'
The text was updated successfully, but these errors were encountered: