feat: add ipndm and ipndm_v samplers (#344)

This commit is contained in:
Daniele
2024-08-27 16:03:41 +00:00
committed by GitHub
parent 2d4a2f7982
commit d00c94844d
5 changed files with 160 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ const char* sampling_methods_str[] = {
"DPM++ (2s)",
"DPM++ (2M)",
"modified DPM++ (2M)",
"iPNDM",
"iPNDM_v",
"LCM",
};