mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-13 05:48:56 +00:00
set default fps to 16
This commit is contained in:
parent
459fd4dbbc
commit
e69195d22f
@ -85,7 +85,7 @@ struct SDParams {
|
|||||||
int batch_count = 1;
|
int batch_count = 1;
|
||||||
|
|
||||||
int video_frames = 1;
|
int video_frames = 1;
|
||||||
int fps = 24;
|
int fps = 16;
|
||||||
|
|
||||||
sample_method_t sample_method = EULER_A;
|
sample_method_t sample_method = EULER_A;
|
||||||
schedule_t schedule = DEFAULT;
|
schedule_t schedule = DEFAULT;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user