mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-02-04 02:43:36 +00:00
fix: missing newline after seed in sd_img_gen_params_to_str (#1183)
This commit is contained in:
parent
9be0b91927
commit
dfe6d6c664
@ -3046,7 +3046,7 @@ char* sd_img_gen_params_to_str(const sd_img_gen_params_t* sd_img_gen_params) {
|
||||
"height: %d\n"
|
||||
"sample_params: %s\n"
|
||||
"strength: %.2f\n"
|
||||
"seed: %" PRId64
|
||||
"seed: %" PRId64 "\n"
|
||||
"batch_count: %d\n"
|
||||
"ref_images_count: %d\n"
|
||||
"auto_resize_ref_image: %s\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user