Checkpoint failing
#11
by
rahul7star
- opened
I am using below configbut I got checkpoint failed cant load your model
LORA_REPO = "spacepxl/Wan2.1-control-loras"
LORA_FILE = "1.3b/depth/wan2.1-1.3b-control-lora-depth-v0.1_comfy.safetensors"
MODEL_ID = "Wan-AI/Wan2.1-T2V-1.3B-Diffusers"
LORA_SCALE = 1.0
FLOW_SHIFT = 7
EMBEDDED_GUIDANCE_SCALE = 6.0
If you're using diffusers you'll need to convert the lora to match the model. It should just be key naming differences, you can look at diffusers' conversion script and probably reuse parts of it for a lora conversion script: https://github.com/huggingface/diffusers/blob/main/scripts/convert_wan_to_diffusers.py