Closed tholonia closed 11 months ago
Hi, go in ComfyUI/web/extensions, probably there is still the "comfyui-n-nodes" folder there
BTW : about "/home/jw/store/src/stable-diffusion-webui_rt/extensions/sd-webui-comfyui/comfyui_custom_nodes/ComfyUI-N-Nodes/py/frame_interpolator_node.py" The folder structure is completly wrong xD
You should have ComfyUI-N-Nodes in /ComfyUI/custom_nodes otherwise it will never work!
Thanks for the prompt reply. Yes, it does look like a wonky folder, however, it is a legit folder when ComfyUI is installed as a repository service in A1111. Most of you're nodes worked fine. The only one I ran into trouble with was frame_interpolator, so the libs are OK for most, but this one 'models' issue is the mystery. I will check ComfyUI/web/ when I try to install/deinstall it again. For now, I rolled back to an earlier version before I started testing your node.
Ohh i didn't know that possible usage of comfyui in A1111! I should try that when i have time. About the models issue: models is a folder that should be inside ComfyUI-N-Nodes/libs/rifle. Since frame_interpolator_node.py needs to use that folderusing a not normal comfyui installation will make the installer unable to clone the RIFLE repo and the RIFLE models inside the libs/rifle folder leading an error that make the starting of frameinterpolator fail. You can try to install my node in a normal ComfyUI installation and copy the node folder after the first start. But i cannot assure that it will work!
After installing and restarting, it compiles, but fails on
Do I need to add some specific path to sys.path.append(), or is there another solution?
Also, it appears not to be the case that "For uninstallation:Delete the ComfyUI-N-Nodes folder in custom_nodes", because I have deleted this folder but still get the error message:
I edited manually:
and recursively wiped all pycache folders, and there is still the load on error as it looks for ComfyUI-N-Nodes. Any idea how to completely delete it?