kijai / ComfyUI-PyramidFlowWrapper

MIT License
97 stars 4 forks source link

Comfy says it installed but nodes missing #14

Open TRONBFFL opened 8 hours ago

TRONBFFL commented 8 hours ago

Screenshot 2024-10-11 170621 PyramidFlowSampler et.all that are in the example json.

thoughts?

darshanvjani commented 7 hours ago

check logs, maybe you might be missing certain libraries, in the worst case try pip install -r requirements.txt from models/ComfyUI-PyramidFlowWrapper dir.

restart and refreshing it again

kijai commented 6 hours ago

Whenever you get nodes failed to load -errors like that, there is something in the startup log that indicates what exactly failed to load, usually something along the lines of "Module not found". Without this information we can only guess, it's most likely missing dependency and requirements.txt needs to be installed.