From e69195d22fca1e62ba5f1e2a796848dee4c1cffb Mon Sep 17 00:00:00 2001 From: leejet Date: Sat, 23 Aug 2025 14:41:14 +0800 Subject: [PATCH] set default fps to 16 --- examples/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index 4317581..32013ab 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -85,7 +85,7 @@ struct SDParams { int batch_count = 1; int video_frames = 1; - int fps = 24; + int fps = 16; sample_method_t sample_method = EULER_A; schedule_t schedule = DEFAULT;