Smirnov75 / ComfyUI-mxToolkit

ComfyUI custom nodes kit
GNU General Public License v3.0
107 stars 4 forks source link

Automatically vary slider properties #11

Open Tefiya opened 2 months ago

Tefiya commented 2 months ago

First of all, thank you for your nodes! I was thinking if is it possible to modify the values of the sliders depending on which Model or Lora is selected? For example, for model X, can the clipskip (connected to the slide node) automatically be set to a specific value, the slider connected to CFG take the recommended values for the model, or if I set the slider on the Strength of the Lora, can it automatically change to the maximum and minimum values recommended for that Lora when selected?

Smirnov75 commented 1 month ago

I have no idea how something like this could be implemented within a single node. Well, it could be done, but the node would be overly complicated and designed for a very rare task. For a task like this, a separate logical node is needed with flexible output based on the analysis of the inputs.