Skip to content

Commit f0f8e57

Browse files
committed
server: update sample methods string
1 parent d5c4cd8 commit f0f8e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/server/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const char* sample_method_str[] = {
5454
"ipndm",
5555
"ipndm_v",
5656
"lcm",
57+
"ddim_trailing",
58+
"tcd",
5759
};
5860

5961
// Names of the sigma schedule overrides, same order as sample_schedule in stable-diffusion.h
@@ -111,6 +113,7 @@ struct SDCtxParams {
111113

112114
struct SDRequestParams {
113115
// TODO set to true if esrgan_path is specified in args
116+
// TODO: eta for ddim/tcd
114117
bool upscale = false;
115118

116119
SDMode mode = TXT2IMG;

0 commit comments

Comments
 (0)