Replies: 7 comments 8 replies
-
Check modules/shared.py for the names. I think denoising strength is a slider in the interface (depending on what task) and isn't part of the "Settings" tab. I think quick settings is only for items on the Settings tab (like the SD model.) HTH! |
Beta Was this translation helpful? Give feedback.
-
Just going to describe everything, if some new user finds your post.Settings tab> User interface> Under Quicksettings list: we will find "sd_model_checkpoint" For entire list all possible Dropdowns we need to open module/shared.py and search for "gr.Dropdown" or "gr.Slider" etc... it will get us all possible dropdowns we can access. few are useless and few could be useful. Literally Auto1111 allows us to access anything that is listed in this file, shared.py. few useful UI features could be: It is also allowing some features, which are not listed in shared.py. for example sd_lora which is Possibly coming from stable-diffusion-webui\extensions-builtin\Lora\scripts\lora_script.py If you can find the backend code for that. maybe you can add all such options and sliders through quicksettings. |
Beta Was this translation helpful? Give feedback.
-
There's a much easier way to get the name of the setting you need. Change it and then apply changes, there will be a text output with changed settings names. |
Beta Was this translation helpful? Give feedback.
-
sd_model_checkpoint, inpainting_mask_weight, sd_vae |
Beta Was this translation helpful? Give feedback.
-
how about quicksettings for directory name pattern? i want that one but |
Beta Was this translation helpful? Give feedback.
-
Automatic1111 UPDATED
|
Beta Was this translation helpful? Give feedback.
-
I wrote a blog post about available options with screenshots. |
Beta Was this translation helpful? Give feedback.
-
Is there a list of what quick settings are available?
I tried to add denoising_strength or sd_denoising_strength without success.
Beta Was this translation helpful? Give feedback.
All reactions