Nodes Pack Missing
Hi, thanks for sharing this workflow! I'm getting an error that I am missing the Custom Node Pack. I tried to manually install it by running the git clone command in my custom_nodes folder via cmd, but it didn't work. Could someone point me in the right direction on what I might be doing wrong? I'm still new to ComfyUI and would appreciate the help!
"Unknown pack (3)
Krea2EditGroundedEncode
Krea2EditGroundedEncode
Krea2EditModelPatch"
This pack seems to work a bit differently from others, using the init.py for nodes.
Hi! Nothing is missing from the repo :)
β these nodes live in init.py, which is the standard ComfyUI entry point (a separate nodes.py isn't needed). "Unknown pack" just means ComfyUI on your machine hasn't loaded the nodes yet. Please check:
Run git --version in cmd β if it's not installed, the clone silently failed. Install git or use Download ZIP on the GitHub page and extract it into ComfyUI/custom_nodes/ instead.
The result should be ComfyUI/custom_nodes/comfyui-krea2edit/init.py β watch out for an accidentally nested folder (comfyui-krea2edit/comfyui-krea2edit).
Fully restart ComfyUI (not just refresh the browser) and check the startup log for a line mentioning comfyui-krea2edit β if it shows an import error there, you can paste it here and I'll take a look :)
You'll also need a recent ComfyUI (0.26+) for Krea 2 support itself.