KoreTeknology / ComfyUI-Universal-Styler

26 stars 9 forks source link

There is no ComfyUI_NAI-mod node #1

Open sekiwired opened 3 months ago

sekiwired commented 3 months ago

The aforementioned node is nowhere to be found?

https://github.com/KoreTeknology/ComfyUI-Universal-Styler/blob/cb640977ca2e28c77c49b1c7f857f29ed0253acb/naistyler_nodes.py#L106

See the conversation there https://github.com/comfyanonymous/ComfyUI/issues/3463

Maikhool commented 2 months ago

i've had to disable this node because it kept doing that making my workflosws slower every time as it stacks. in the custom node folder, there is a folder named CSV which has these files in them but it's not reading these files for me so it's basically useless for me sadly. needs to be patched. my issue is that it's not reading my new directory and not looking for these files where it's installed opposed to some arbitrary fixed position potentially.

thomaswan commented 2 months ago

https://github.com/KoreTeknology/ComfyUI-Universal-Styler/blob/cb640977ca2e28c77c49b1c7f857f29ed0253acb/naistyler_nodes.py#L151

the path is coded with windows backslash, if you are running it on linux, it will go error.

https://github.com/KoreTeknology/ComfyUI-Universal-Styler/blob/cb640977ca2e28c77c49b1c7f857f29ed0253acb/naistyler_nodes.py#L106

and the hardcoded path on error message is not the same as actual seeking file path.

mrlunk commented 3 days ago

Solution found on reddit in post: https://www.reddit.com/r/comfyui/comments/1cqpjkf/comment/ligc0ie/

---------------QUOTE:----------------------- in \custom_nodes\ComfyUI_NAI-mod

Modify "ComfyUI-NAI-styler" in "naistyler_nodes.py" to "ComfyUI-Universal-Styler"

Search and replace... should be 4 entries

restart comfyui - solved ;-)