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: src/maxdiffusion/configs/base_wan_i2v_27b.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,8 @@ profiler_steps: 10
277
277
enable_jax_named_scopes: False
278
278
279
279
# Generation parameters
280
-
prompt: "An astronaut hatching from an egg, on the surface of the moon, the darkness and depth of space realised in the background. High quality, ultrarealistic detail and breath-taking movie-like camera shot."
281
-
prompt_2: "An astronaut hatching from an egg, on the surface of the moon, the darkness and depth of space realised in the background. High quality, ultrarealistic detail and breath-taking movie-like camera shot."
280
+
prompt: "orbit 180 around an astronaut on the moon, the darkness and depth of space realised in the background. High quality, ultrarealistic detail and breath-taking movie-like camera shot."
281
+
prompt_2: "orbit 180 around an astronaut on the moon, the darkness and depth of space realised in the background. High quality, ultrarealistic detail and breath-taking movie-like camera shot."
282
282
negative_prompt: "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards"
283
283
do_classifier_free_guidance: True
284
284
height: 480
@@ -288,10 +288,10 @@ flow_shift: 3.0
288
288
289
289
# Reference for below guidance scale and boundary values: https://github.com/Wan-Video/Wan2.2/blob/main/wan/configs/wan_t2v_A14B.py
290
290
# guidance scale factor for low noise transformer
291
-
guidance_scale_low: 3.0
291
+
guidance_scale_low: 3.0
292
292
293
293
# guidance scale factor for high noise transformer
294
-
guidance_scale_high: 4.0
294
+
guidance_scale_high: 4.0
295
295
296
296
# The timestep threshold. If `t` is at or above this value,
297
297
# the `high_noise_model` is considered as the required model.
@@ -315,12 +315,12 @@ lightning_ckpt: ""
315
315
enable_lora: False
316
316
# Values are lists to support multiple LoRA loading during inference in the future.
0 commit comments