We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588222 commit bb277adCopy full SHA for bb277ad
1 file changed
src/maxdiffusion/configs/base_wan_lora_14b.yml
@@ -295,7 +295,7 @@ lora_rank: 64
295
# Values are lists to support multiple LoRA loading during inference in the future.
296
lora_config: {
297
lora_model_name_or_path: ["lightx2v/Wan2.1-Distill-Loras"],
298
- weight_name: ["Wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors"],
+ weight_name: ["wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors"],
299
adapter_name: ["wan21-distill-lora"],
300
scale: [1.0],
301
from_pt: []
0 commit comments