Skip to content

Commit 528bff6

Browse files
committed
Fix
1 parent 6494be4 commit 528bff6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/maxdiffusion/configs/base_wan_lora_27b.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ prompt: "A cat and a dog baking a cake together in a kitchen. The cat is careful
271271
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."
272272
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"
273273
do_classifier_free_guidance: True
274-
height: 480
275-
width: 832
274+
height: 720
275+
width: 1280
276276
num_frames: 81
277277
flow_shift: 3.0
278278

@@ -291,7 +291,7 @@ boundary_timestep: 875
291291
# Based on 3.4. in https://arxiv.org/pdf/2305.08891.pdf
292292
guidance_rescale: 0.0
293293
num_inference_steps: 30
294-
fps: 24
294+
fps: 16
295295
save_final_checkpoint: False
296296

297297
# SDXL Lightning parameters

0 commit comments

Comments
 (0)