-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error occurred when executing Load Motionctrl-SVD Checkpoint: No module named 'sgm.motionctrl' #5
Comments
same error |
same error , Any help? |
FIXED @bdekraker @zhaowtVincent @cardenluo @chaojie I had the same problem. Apparently something failed when compiling or installing the sgm module. This is how I fixed the No module named 'sgm.motionctrl' error: Go to where your virtual environment for ComfyUI is (for me it was in my Once those files are gone, start ComfyUI, open th manager, COMPLETELY uninstall the Motionctrl-SVD node, reinstall the node, and reboot the server. It works for me after that. Hope this helps with yours. Cheers! |
@badgids thanks, This method is very effective |
@badgids this fixed the issue for me, too. |
ERROR:root:Traceback (most recent call last): i have the same error, but i can not fix , becuase there is not " sgm directory and a sgm-0.1.0", Any help? |
Error occurred when executing Load Motionctrl-SVD Checkpoint:
No module named 'sgm.motionctrl'
File "/home/ComfyUI/execution.py", line 154, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/ComfyUI/execution.py", line 84, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
I have followed all installation steps but unable to run the model in Comfy. Any help?
The text was updated successfully, but these errors were encountered: