Closed Aljnk closed 9 months ago
Please read the readme, this is happen because unfortunatly i had to change the name of the node to avoid future possible conflict.
I see that the names have been changed.
but I can't find new nodes
Take a look at the confyui startup logs, maybe there are some errors
Traceback (most recent call last):
File "...\Portable\ComfyUI\ComfyUI\custom_nodes\ComfyUI-N-Nodes\__init__.py", line 60, in <module>
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "...\Portable\ComfyUI\ComfyUI\custom_nodes\ComfyUI-N-Nodes\py\gptcpp_node.py", line 12, in <module>
from moondream_repo.moondream.moondream import Moondream
ModuleNotFoundError: No module named 'moondream_repo.moondream.moondream'
Can i have the full log please? 🤣
I'm not sure, but the code:
from moondream_repo.moondream.moondream import Moondream
should include the file moondream.py
?
But I don't see the file moondream.py
in the folder ...\custom_nodes\ComfyUI-N-Nodes\libs\moondream_repo\moondream\
I delete the moondream_repo
folder.
Run my CMD
with the command
git clone https://github.com/Nuked88/moondream.git
Rename the first moondream
folder to moondream_repo
Run my ComfyUI - everything works :)
Then I delete the moondream_repo
folder again (to install it from your code)
Run my ComfyUI and check the moondream_repo/moondream
folder - it still without moondream.py
but
everything works :)
Hi! Yes, it worked because in the meantime I was fixing it xD. It was a problem with the checkout ID I was using on the Moondream repo I forked. Now I've put all the files on the current branch of the Moondream repository. If you delete the ComfyUI-N-Nodes folder and then do a git clone, everything should work as expected!
Thanks a lot!
Describe the bug GPTSampler and GPTLoaderSimple stopped working after update.
To Reproduce Just Start
Screenshots
Desktop (please complete the following information):