Skip to content

Commit 0bc8661

Browse files
committed
config files updated
1 parent 78ab13d commit 0bc8661

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/maxdiffusion/configs/base_wan_i2v_14b.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gcs_metrics: False
2727
save_config_to_gcs: False
2828
log_period: 100
2929

30-
pretrained_model_name_or_path: 'Wan-AI/Wan2.1-I2V-14B-480P-Diffusers'
30+
pretrained_model_name_or_path: 'Wan-AI/Wan2.1-I2V-14B-720P-Diffusers'
3131
model_name: wan2.1
3232
model_type: 'I2V'
3333

@@ -280,16 +280,16 @@ prompt: "An astronaut hatching from an egg, on the surface of the moon, the dark
280280
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."
281281
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"
282282
do_classifier_free_guidance: True
283-
height: 480
284-
width: 832
283+
height: 720
284+
width: 1280
285285
num_frames: 81
286286
guidance_scale: 5.0
287-
flow_shift: 3.0
287+
flow_shift: 5.0
288288

289289
# Based on 3.4. in https://arxiv.org/pdf/2305.08891.pdf
290290
guidance_rescale: 0.0
291-
num_inference_steps: 30
292-
fps: 24
291+
num_inference_steps: 50
292+
fps: 16
293293
save_final_checkpoint: False
294294

295295
# SDXL Lightning parameters

src/maxdiffusion/configs/base_wan_i2v_27b.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ prompt: "An astronaut hatching from an egg, on the surface of the moon, the dark
281281
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."
282282
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"
283283
do_classifier_free_guidance: True
284-
height: 480
285-
width: 832
284+
height: 720
285+
width: 1280
286286
num_frames: 81
287-
flow_shift: 3.0
287+
flow_shift: 5.0
288288

289289
# Reference for below guidance scale and boundary values: https://github.com/Wan-Video/Wan2.2/blob/main/wan/configs/wan_t2v_A14B.py
290290
# guidance scale factor for low noise transformer
@@ -300,8 +300,8 @@ boundary_ratio: 0.875
300300

301301
# Based on 3.4. in https://arxiv.org/pdf/2305.08891.pdf
302302
guidance_rescale: 0.0
303-
num_inference_steps: 30
304-
fps: 24
303+
num_inference_steps: 50
304+
fps: 16
305305
save_final_checkpoint: False
306306

307307
# SDXL Lightning parameters

0 commit comments

Comments
 (0)