ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Is it just me who has such a convenient need?

Open ttxxbb opened this issue 1 year ago • 1 comments

Feature Idea

As the number of models continues to increase, it takes me too much time to adjust the parameters, and there is too much data to remember. There are many models that have the best choice for the number of steps and CFG, but because there are too many models, I can't remember. How to do this? I hope to add a setting, that is, when selecting the model, you can make a default choice according to the optimal setting of the model. If you need to modify it and then adjust it manually, or give a prompt on the model.

Existing Solutions

No response

Other

No response

ttxxbb avatar Aug 02 '24 07:08 ttxxbb

It's on our idea list right now. Include @pythongosssss to discussion.

Our initial discussion is that there will be a configuration mechanism for the loader to specify preset for other nodes like KSampler.

huchenlei avatar Aug 03 '24 13:08 huchenlei

I'm currently using the custom node Flow Control a lot (https://github.com/krich-cto/ComfyUI-Flow-Control)

It already has something like this implemented for models and loras. It's connected to civitai and always tries to get the specific settings for each model, including loras activation keywords.

Then you can save the presset and load when you change the selected model. Very helpfull

FlowControl01 FlowControl02

eduvm avatar Jan 05 '25 02:01 eduvm