set default fps to 16

This commit is contained in:
leejet 2025-08-23 14:41:14 +08:00
parent 459fd4dbbc
commit e69195d22f

View File

@ -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;