How to use sampling methods for X/Y plot? #4638
-
Hi, Basically I want to see all sampling methods but the X/Y plot is asking me to type names. How can I find out the names it will recognize. Because in the GUI it's Euler a, but what is it called internally? Can I just put *? There should be an easy way to plot all sampling methods. Thanks a lot in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Euler a, DDIM, Euler it should be just their names you see from the gui list.
I don't think so. |
Beta Was this translation helpful? Give feedback.
-
thx a lot, * would be a good feature, or maybe another entry that says all samplers, etc. because typing it all is bit cumbersome and is prone to typos. |
Beta Was this translation helpful? Give feedback.
-
Hit F12 in your Chrome/Edge/Firefox, choose Console tab, type: It generates for me: EDIT: Retested on current commit: |
Beta Was this translation helpful? Give feedback.
-
This is the list, for anyone else who ends up finding this thread:
|
Beta Was this translation helpful? Give feedback.
-
The web UI uses a fancy framework (Svelte) now, so the way to get the data is from the model instead of the view as Playwright froze and Cypress didn't give useful output: > gradio_config.components.filter(e => e.props.elem_id == "txt2img_sampling")[0].props.choices.join(',')
'DPM++ 2M Karras,DPM++ SDE Karras,DPM++ 2M SDE Exponential,DPM++ 2M SDE Karras,Euler a,Euler,LMS,Heun,DPM2,DPM2 a,DPM++ 2S a,DPM++ 2M,DPM++ SDE,DPM++ 2M SDE,DPM++ 2M SDE Heun,DPM++ 2M SDE Heun Karras,DPM++ 2M SDE Heun Exponential,DPM++ 3M SDE,DPM++ 3M SDE Karras,DPM++ 3M SDE Exponential,DPM fast,DPM adaptive,LMS Karras,DPM2 Karras,DPM2 a Karras,DPM++ 2S a Karras,Restart,DDIM,PLMS,UniPC' For numerical values, you can use notation like: Applejack has green eyes, but it looks like "Euler a" works best with an LCM model:
Same with the regular model though:
|
Beta Was this translation helpful? Give feedback.
Euler a, DDIM, Euler
it should be just their names you see from the gui list.
I don't think so.