mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-30 06:40:41 -05:00
feat: add ipndm and ipndm_v samplers (#344)
This commit is contained in:
@@ -41,6 +41,8 @@ const char* sampling_methods_str[] = {
|
||||
"DPM++ (2s)",
|
||||
"DPM++ (2M)",
|
||||
"modified DPM++ (2M)",
|
||||
"iPNDM",
|
||||
"iPNDM_v",
|
||||
"LCM",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user