File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ void print_params(SDParams params) {
182
182
printf (" sample_steps: %d\n " , params.sample_steps );
183
183
printf (" strength(img2img): %.2f\n " , params.strength );
184
184
printf (" rng: %s\n " , rng_type_to_str[params.rng_type ]);
185
- printf (" seed: %ld \n " , params.seed );
185
+ printf (" seed: %lld \n " , params.seed );
186
186
printf (" batch_count: %d\n " , params.batch_count );
187
187
printf (" vae_tiling: %s\n " , params.vae_tiling ? " true" : " false" );
188
188
printf (" upscale_repeats: %d\n " , params.upscale_repeats );
189
- printf (" preview_mode: %d \n " , previews_str[params.preview_method ]);
189
+ printf (" preview_mode: %s \n " , previews_str[params.preview_method ]);
190
190
printf (" preview_interval: %d\n " , params.preview_interval );
191
191
}
192
192
You can’t perform that action at this time.
0 commit comments