Clybius / ComfyUI-Latent-Modifiers

A repository of ComfyUI nodes which modify the latent during the diffusion process.
GNU General Public License v3.0
75 stars 9 forks source link

Can't find the nodes #1

Closed bosbrand closed 1 year ago

bosbrand commented 1 year ago

Where do they show up? I installed using the manager. Searching also doesn't help.

Xephobia commented 1 year ago

Relevant warning message : Skip /home/gnuwu/ComfyUI/custom_nodes/sampler_mega_modifier.py module for custom nodes due to the lack of NODE_CLASS_MAPPINGS.

Clybius commented 1 year ago

I believe this is an issue relating to the way Manager installs this repo. It seems to not be downloading the whole repo, but rather the Python file inside of it, as this was the original way to install the node. I've changed to a folder with __init__.py included.

To fix this problem, delete custom_nodes/sampler_mega_modifier.py if you see that it's the only file from this repo included in your custom_nodes folder. Then, inside of the custom_nodes do the following: git clone "https://github.com/Clybius/ComfyUI-Latent-Modifiers"

This ought to install the whole folder instead of the single Python file, then things should work. Let me know if there's any further issues!

Clybius commented 1 year ago

Since I presume this is fixed now (Thanks folks here and @ ComfyUI-Manager!), I'll be closing this.