You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to happen because the name func was not found in the scope. A simple fix is to handle the missing func case with a minor code modification :
I installed some time ago from a git clone. So the comfy_execution directory is directly at the root of the installation, same structure as the repository. It may be different with the portable installation, I'm not sure.
Danamir
changed the title
hijack method error with Python 3.12
hijack method error with Python 3.12 / comfy_execution error
Dec 4, 2024
I recently upgraded my ComfyUI Python installation to 3.12 / Torch 2.5, and have an error in the
hijack
method since :This seems to happen because the
name
func was not found in the scope. A simple fix is to handle the missing func case with a minor code modification :With this modification the node loads correctly, but I did not test all of the functionalities with Python 3.12 .
Cheers,
The text was updated successfully, but these errors were encountered: