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_14b.yml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -276,8 +276,8 @@ profiler_steps: 10
276
276
enable_jax_named_scopes: False
277
277
278
278
# Generation parameters
279
-
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."
280
-
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."
279
+
prompt: "An astronaut hatching from an egg, on the surface of the moon, the darkness and depth of space realised in the background. Appearing behind him is a giant, translucent, pink spiritual manifestation (faxiang) that is synchronized with the man's action and pose."#"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_2: "An astronaut hatching from an egg, on the surface of the moon, the darkness and depth of space realised in the background. Appearing behind him is a giant, translucent, pink spiritual manifestation (faxiang) that is synchronized with the man's action and pose."#"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
281
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"
282
282
do_classifier_free_guidance: True
283
283
height: 480
@@ -300,12 +300,14 @@ lightning_repo: ""
300
300
lightning_ckpt: ""
301
301
302
302
# LoRA parameters
303
+
enable_lora: False
303
304
# Values are lists to support multiple LoRA loading during inference in the future.
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_i2v_27b.yml
+11-8Lines changed: 11 additions & 8 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.
@@ -312,12 +312,15 @@ lightning_repo: ""
312
312
lightning_ckpt: ""
313
313
314
314
# LoRA parameters
315
+
enable_lora: False
315
316
# Values are lists to support multiple LoRA loading during inference in the future.
0 commit comments