bash-j / mikey_nodes

comfy nodes from mikey
MIT License
109 stars 15 forks source link

Mikey Node interference with ComfyUI-Manager? #7

Closed tusharbhutt closed 1 year ago

tusharbhutt commented 1 year ago

The last few versions of Mikey Nodes remove the "Manager" button that ComfyUI-Manager puts on the menu, rendering it unsuable. The error message ComfyUi throws is:

File "C:\Applications\StableDiffusion\ComfyUI\ComfyUI\custom_nodes\mikey_nodes\mikey_nodes.py", line 2200, in INPUT_TYPES default_model = '4x-UltraSharp.pth' if '4x-UltraSharp.pth' in s.upscale_models else s.upscale_models[0] IndexError: list index out of range

When I remove Mikey Nodes, the program launches correctly and the Manager is restored.

Any thoughts?

bash-j commented 1 year ago

Thanks for reporting the issue. I have just modified the code slightly, hopefully it should be fixed now.

The sampler nodes I made require an upscale model, but I didn't account for no upscale models being found.

Please git pull to update. If you still have issues, please let me know. Thanks.

run-Fyre commented 1 year ago

Thanks for reporting the issue. I have just modified the code slightly, hopefully it should be fixed now.

The sampler nodes I made require an upscale model, but I didn't account for no upscale models being found.

Please git pull to update. If you still have issues, please let me know. Thanks.

This does not appear to be fixed unfortunately I have just installed mikey_nodes for the first time on a clean Comfy UI installation, and it HAS removed my Manager button which was there prior to installing mikey_nodes

bash-j commented 1 year ago

@run-Fyre is there an error in the terminal related to my nodes? There should be if something is going on.

tusharbhutt commented 1 year ago

Seems to be working for me now, the "manager" button from ComfyUI-Manager shows and is functional

bash-j commented 1 year ago

Thanks for letting me know @tusharbhutt