Skip to content

Commit ab31f35

Browse files
committed
480p, v6e-16
1 parent 7d4d8ec commit ab31f35

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/maxdiffusion/tests/wan_magcache_test.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def setUpClass(cls):
8080
None,
8181
os.path.join(THIS_DIR, "..", "configs", "base_wan_14b.yml"),
8282
"num_inference_steps=50",
83-
"height=720",
84-
"width=1280",
83+
"height=480",
84+
"width=832",
8585
"num_frames=81",
8686
"seed=11234567893",
8787
"attention=flash",
@@ -152,8 +152,8 @@ def setUpClass(cls):
152152
None,
153153
os.path.join(THIS_DIR, "..", "configs", "base_wan_27b.yml"),
154154
"num_inference_steps=40",
155-
"height=720",
156-
"width=1280",
155+
"height=480",
156+
"width=832",
157157
"num_frames=81",
158158
"guidance_scale_low=3.0",
159159
"guidance_scale_high=4.0",
@@ -233,9 +233,9 @@ def setUpClass(cls):
233233
None,
234234
os.path.join(THIS_DIR, "..", "configs", "base_wan_i2v_14b.yml"),
235235
"num_inference_steps=50",
236-
"height=720",
237-
"width=1280",
238-
"pretrained_model_name_or_path=Wan-AI/Wan2.1-I2V-14B-720P-Diffusers",
236+
"height=480",
237+
"width=832",
238+
"pretrained_model_name_or_path=Wan-AI/Wan2.1-I2V-14B-480P-Diffusers",
239239
"num_frames=81",
240240
"seed=11234567893",
241241
"attention=flash",
@@ -311,8 +311,8 @@ def setUpClass(cls):
311311
None,
312312
os.path.join(THIS_DIR, "..", "configs", "base_wan_i2v_27b.yml"),
313313
"num_inference_steps=40",
314-
"height=720",
315-
"width=1280",
314+
"height=480",
315+
"width=832",
316316
"num_frames=81",
317317
"guidance_scale_low=3.0",
318318
"guidance_scale_high=4.0",

0 commit comments

Comments
 (0)