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
--high-noise-img-cfg-scale <float> (high noise) image guidance scale for inpaint or instruct-pix2pix models (default: same as --cfg-scale)
121
121
--high-noise-guidance <float> (high noise) distilled guidance scale for models with guidance input (default: 3.5)
122
122
--high-noise-slg-scale <float> (high noise) skip layer guidance (SLG) scale, only for DiT models: (default: 0)
123
123
--high-noise-skip-layer-start <float> (high noise) SLG enabling point (default: 0.01)
124
124
--high-noise-skip-layer-end <float> (high noise) SLG disabling point (default: 0.2)
125
-
--high-noise-eta <float> (high noise) noise multiplier (default: 0 for ddim_trailing, tcd, res_multistep and res_2s; 1 for euler_a and dpm++2s_a)
125
+
--high-noise-eta <float> (high noise) noise multiplier (default: 0 for ddim_trailing, tcd, res_multistep and res_2s; 1 for euler_a, er_sde and dpm++2s_a)
126
126
--strength <float> strength for noising/unnoising (default: 0.75)
127
127
--pm-style-strength <float>
128
128
--control-strength <float> strength to apply Control Net (default: 0.9). 1.0 corresponds to full destruction of information in init image
@@ -133,10 +133,10 @@ Generation Options:
133
133
--disable-image-metadata do not embed generation metadata on image files
134
134
-s, --seed RNG seed (default: 42, use random seed for < 0)
135
135
--sampling-method sampling method, one of [euler, euler_a, heun, dpm2, dpm++2s_a, dpm++2m, dpm++2mv2, ipndm, ipndm_v, lcm, ddim_trailing,
136
-
tcd, res_multistep, res_2s] (default: euler for Flux/SD3/Wan, euler_a
136
+
tcd, res_multistep, res_2s, er_sde] (default: euler for Flux/SD3/Wan, euler_a
137
137
otherwise)
138
138
--high-noise-sampling-method (high noise) sampling method, one of [euler, euler_a, heun, dpm2, dpm++2s_a, dpm++2m, dpm++2mv2, ipndm, ipndm_v, lcm,
139
-
ddim_trailing, tcd, res_multistep, res_2s] default: euler for Flux/SD3/Wan,
139
+
ddim_trailing, tcd, res_multistep, res_2s, er_sde] default: euler for Flux/SD3/Wan,
140
140
euler_a otherwise
141
141
--scheduler denoiser sigma scheduler, one of [discrete, karras, exponential, ays, gits, smoothstep, sgm_uniform, simple,
--high-noise-img-cfg-scale <float> (high noise) image guidance scale for inpaint or instruct-pix2pix models (default: same as --cfg-scale)
226
226
--high-noise-guidance <float> (high noise) distilled guidance scale for models with guidance input (default: 3.5)
227
227
--high-noise-slg-scale <float> (high noise) skip layer guidance (SLG) scale, only for DiT models: (default: 0)
228
228
--high-noise-skip-layer-start <float> (high noise) SLG enabling point (default: 0.01)
229
229
--high-noise-skip-layer-end <float> (high noise) SLG disabling point (default: 0.2)
230
-
--high-noise-eta <float> (high noise) noise multiplier (default: 0 for ddim_trailing, tcd, res_multistep and res_2s; 1 for euler_a and dpm++2s_a)
230
+
--high-noise-eta <float> (high noise) noise multiplier (default: 0 for ddim_trailing, tcd, res_multistep and res_2s; 1 for euler_a, er_sde and dpm++2s_a)
231
231
--strength <float> strength for noising/unnoising (default: 0.75)
232
232
--pm-style-strength <float>
233
233
--control-strength <float> strength to apply Control Net (default: 0.9). 1.0 corresponds to full destruction of information in init image
@@ -238,10 +238,10 @@ Default Generation Options:
238
238
--disable-image-metadata do not embed generation metadata on image files
239
239
-s, --seed RNG seed (default: 42, use random seed for < 0)
240
240
--sampling-method sampling method, one of [euler, euler_a, heun, dpm2, dpm++2s_a, dpm++2m, dpm++2mv2, ipndm, ipndm_v, lcm, ddim_trailing,
241
-
tcd, res_multistep, res_2s] (default: euler for Flux/SD3/Wan, euler_a
241
+
tcd, res_multistep, res_2s, er_sde] (default: euler for Flux/SD3/Wan, euler_a
242
242
otherwise)
243
243
--high-noise-sampling-method (high noise) sampling method, one of [euler, euler_a, heun, dpm2, dpm++2s_a, dpm++2m, dpm++2mv2, ipndm, ipndm_v, lcm,
244
-
ddim_trailing, tcd, res_multistep, res_2s] default: euler for Flux/SD3/Wan,
244
+
ddim_trailing, tcd, res_multistep, res_2s, er_sde] default: euler for Flux/SD3/Wan,
245
245
euler_a otherwise
246
246
--scheduler denoiser sigma scheduler, one of [discrete, karras, exponential, ays, gits, smoothstep, sgm_uniform, simple,
0 commit comments