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