Skip to content

Commit 8154762

Browse files
committed
test
1 parent 4f39e49 commit 8154762

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/maxdiffusion/configs/base_wan_i2v_27b.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ profiler_steps: 10
277277
enable_jax_named_scopes: False
278278

279279
# 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."
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
284284
height: 480
@@ -288,10 +288,10 @@ flow_shift: 3.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
291-
guidance_scale_low: 3.0
291+
guidance_scale_low: 3.0
292292

293293
# guidance scale factor for high noise transformer
294-
guidance_scale_high: 4.0
294+
guidance_scale_high: 4.0
295295

296296
# The timestep threshold. If `t` is at or above this value,
297297
# the `high_noise_model` is considered as the required model.
@@ -315,12 +315,12 @@ lightning_ckpt: ""
315315
enable_lora: False
316316
# Values are lists to support multiple LoRA loading during inference in the future.
317317
lora_config: {
318-
rank: [64],
319-
lora_model_name_or_path: ["lightx2v/Wan2.2-Distill-Loras"],
320-
high_noise_weight_name: ["wan2.2_i2v_A14b_high_noise_lora_rank64_lightx2v_4step_1022.safetensors"],
321-
low_noise_weight_name: ["wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors"], # Empty or "wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors"
322-
adapter_name: ["wan22-lightning-lora"],
323-
scale: [1.0],
318+
rank: [64, 16],
319+
lora_model_name_or_path: ["lightx2v/Wan2.2-Distill-Loras", "ostris/wan22_i2v_14b_orbit_shot_lora"],
320+
high_noise_weight_name: ["wan2.2_i2v_A14b_high_noise_lora_rank64_lightx2v_4step_1022.safetensors", "wan22_14b_i2v_orbit_high_noise.safetensors"],
321+
low_noise_weight_name: ["wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors", "wan22_14b_i2v_orbit_low_noise.safetensors"], # Empty or "wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors"
322+
adapter_name: ["wan22-distill-lora", "wan22-orbit-lora"],
323+
scale: [1.0, 1.0],
324324
from_pt: []
325325
}
326326
# Ex with values:

0 commit comments

Comments
 (0)