feat: additional --preview-interval values (#1915)

Co-authored-by: leejet <leejet714@gmail.com>
This commit is contained in:
vmobilis
2026-08-30 21:47:11 +08:00
committed by GitHub
co-authored by leejet
parent 134c8212de
commit d9b6e27e9f
4 changed files with 81 additions and 21 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ struct SDCliParams {
options.int_options = {
{"",
"--preview-interval",
"interval in denoising steps between consecutive updates of the image preview file (default is 1, meaning updating at every step)",
"preview interval: in each sampling pass, positive N updates every Nth denoiser step and -N previews only completed logical step N; 0 previews the final completed step of the first pass (base-resolution or high-noise). Default: 1",
&preview_interval},
{"",
"--output-begin-idx",