Skip to content

How to add more custom sampler presets? #1782

Answered by minsky91
Hamsterun asked this question in Q&A
Discussion options

You must be logged in to vote

You need to add comma between the custom sampler blocks, next to the curly bracket separator:

{
"My Custom Sampler - DPM++ 3M": {
"sampler": "dpmpp_3m_sde",
"scheduler": "exponential",
"steps": 20,
"minimum_steps": 5,
"cfg": 7.0
},
"My Custom Sampler - DPM++ 3M": {
"sampler": "dpmpp_3m_sde",
"scheduler": "exponential",
"steps": 20,
"minimum_steps": 5,
"cfg": 7.0
}
}

and of course, name them differently.

Otherwise, your 2nd try was correct

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hamsterun
Comment options

Answer selected by Hamsterun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants