mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-10 06:07:58 +00:00
fix: add missing sampler names (#1819)
This commit is contained in:
parent
87a01773be
commit
2d0385ba85
@ -141,6 +141,8 @@ const char* sampling_methods_str[] = {
|
|||||||
"Euler CFG++",
|
"Euler CFG++",
|
||||||
"Euler A CFG++",
|
"Euler A CFG++",
|
||||||
"Euler GE",
|
"Euler GE",
|
||||||
|
"DPM++ (2M) SDE",
|
||||||
|
"DPM++ (2M) SDE BT",
|
||||||
};
|
};
|
||||||
|
|
||||||
/*================================================== Helper Functions ================================================*/
|
/*================================================== Helper Functions ================================================*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user