Skip to content

Commit e9507f2

Browse files
committed
server: update samplers and schedulers
1 parent 0d1f338 commit e9507f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/server/main.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const char* sample_method_str[] = {
4747
"dpm++2s_a",
4848
"dpm++2m",
4949
"dpm++2mv2",
50+
"ipndm",
51+
"ipndm_v",
5052
"lcm",
5153
};
5254

@@ -55,7 +57,9 @@ const char* schedule_str[] = {
5557
"default",
5658
"discrete",
5759
"karras",
60+
"exponential",
5861
"ays",
62+
"gits",
5963
};
6064

6165
enum SDMode {

0 commit comments

Comments
 (0)