You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cli/README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@
4
4
usage: ./bin/sd-cli [options]
5
5
6
6
CLI Options:
7
-
-o, --output <string> path to write result image to. you can use printf-style %d format specifiers for image sequences (default: ./output.png) (eg. output_%03d.png)
8
-
--output-begin-idx <int>starting index for output image sequence, must be non-negative (default 0 if specified %d in output path, 1 otherwise)
7
+
-o, --output <string> path to write result image to. you can use printf-style %d format specifiers for image sequences (default:
8
+
./output.png) (eg. output_%03d.png)
9
9
--preview-path <string> path to write preview image to (default: ./preview.png)
10
10
--preview-interval <int> interval in denoising steps between consecutive updates of the image preview file (default is 1, meaning updating at
11
11
every step)
12
+
--output-begin-idx <int> starting index for output image sequence, must be non-negative (default 0 if specified %d in output path, 1 otherwise)
12
13
--canny apply canny preprocessor (edge detection)
13
14
--convert-name convert tensor name (for convert mode)
14
15
-v, --verbose print extra info
@@ -59,6 +60,7 @@ Context Options:
59
60
--circularx enable circular RoPE wrapping on x-axis (width) only
60
61
--circulary enable circular RoPE wrapping on y-axis (height) only
61
62
--chroma-disable-dit-mask disable dit mask for chroma
63
+
--qwen-image-zero-cond-t enable zero_cond_t for qwen image
62
64
--chroma-enable-t5-mask enable t5 mask for chroma
63
65
--type weight type (examples: f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0, q2_K, q3_K, q4_K). If not specified, the default is the
64
66
type of the weight file
@@ -107,15 +109,15 @@ Generation Options:
107
109
medium
108
110
--skip-layer-start <float> SLG enabling point (default: 0.01)
109
111
--skip-layer-end <float> SLG disabling point (default: 0.2)
110
-
--eta <float> eta in DDIM, only for DDIM/TCD/res_multistep/res_2s (default: 0)
112
+
--eta <float> eta in DDIM, only for DDIM and TCD (default: 0)
111
113
--flow-shift <float> shift value for Flow models like SD3.x or WAN (default: auto)
0 commit comments