Is it just me who has such a convenient need?
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
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.
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