-
Notifications
You must be signed in to change notification settings - Fork 30
Change of comfy.types to comfy.comfy_types #44
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
Comments
I have the same issue: File "H:\ComfyUI\custom_nodes\Fooocus_Nodes\py\modules\core.py", line 8, in |
Till the nodes is updated, you can open the file located at H:\ComfyUI\custom_nodes\Fooocus_Nodes\py\ldm_patched\modules\model_patcher.py in a text editor like notepad++ and change line 31. It currently reads: change it to: It'll run fine after that. |
I think try catch is better, Otherwise, the older version will receive another import error, 😞 |
ComfyUI's latest update broke the nodes because of a filename change that impacts line 31 of model_patcher.py. I've made the change manually as of now, to line 31 from:
from comfy.types import UnetWrapperFunction
to
from comfy.comfy_types import UnetWrapperFunction
The text was updated successfully, but these errors were encountered: