TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
376 stars 41 forks source link

Settings are inaccessible #132

Closed brayevalerien closed 1 month ago

brayevalerien commented 1 month ago

I'm not sure if it is intended and I'm missing something or if it actually is an issue, but I cannot access the settings by right clicking: image As you can see, the "⚙️ Settings (tinyterra)" option is grayed out.

But even if it was, I think putting the settings in the context menu is not ideal, they should instead be in the main settings menu of ComfyUI, just like the rest of the settings.

Just for context, I'm trying to disable the autocomplete when using an xyPlot advanced node, but I could not find that setting.

TinyTerra commented 1 month ago

Settings in the UI hasnt been implemented yet, I was planning on having it accessible from both the context menu and the main settings. But time for this project has fallen short again.

Currently the settings are changeable in the config.ini file in the extension folder. You can disable the main autocomplete, but the xyplot specific dropdowns are not currently toggleable.

brayevalerien commented 1 month ago

I see, thank you for clarifying.

If they are not implemented yet, I think settings should not appear, neither in the UI nor in the readme, because it can be confusing.

TinyTerra commented 1 month ago

The settings in the readme are accessible via the config.ini file - they do work there it's just less user friendly than it would be in the ui