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_14b.yml
+41-39Lines changed: 41 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,22 @@ run_name: ''
18
18
metrics_file: ""# for testing, local file that stores scalar metrics. If empty, no metrics are written.
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
+
22
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
+
write_timing_metrics: True
24
+
21
25
gcs_metrics: False
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
prompt: "A magical castle in the middle of a forest, artistic drawing"
226
-
prompt_2: "A magical castle in the middle of a forest, artistic drawing"
227
-
negative_prompt: "purple, red"
216
+
prompt: "A cat and a dog baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon. The kitchen is cozy, with sunlight streaming through the window."
217
+
prompt_2: "A cat and a dog baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon. The kitchen is cozy, with sunlight streaming through the window."
218
+
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"
228
219
do_classifier_free_guidance: True
229
-
guidance_scale: 3.5
220
+
height: 480
221
+
width: 832
222
+
num_frames: 81
223
+
guidance_scale: 5.0
224
+
flow_shift: 3.0
225
+
226
+
# skip layer guidance
227
+
slg_layers: [9]
228
+
slg_start: 0.2
229
+
slg_end: 1.0
230
230
# Based on 3.4. in https://arxiv.org/pdf/2305.08891.pdf
0 commit comments