New Lora

#11
by rahul7star - opened

has anyone tried

MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers" with LORA_FILENAME = "FusionX_LoRa/Wan2.1_T2V_14B_FusionX_LoRA.safetensors" ??

Lots of people have tried it. Are you having issues?

Nope just trying on HF Space ...
https://huggingface.co/spaces/rahul7star/wan2-1-fast/

how to merge to original model ?

I got 'time_projection.1.lora_down.weight' Error

MODEL_ID = "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers"

FusionX enhancement LoRAs (based on FusionX composition)

LORA_REPO_ID = "vrgamedevgirl84/Wan14BT2VFusioniX"
LORA_FILENAME = "FusionX_LoRa/Wan2.1_I2V_14B_FusionX_LoRA.safetensors"

print("🧩 Loading FusionX LoRA adapter...")
try:
lora_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
pipe.load_lora_weights(lora_path, adapter_name="fusionx_lora")
pipe.set_adapters(["fusionx_lora"], adapter_weights=[1.0])
pipe.fuse_lora()
print("✅ FusionX LoRA successfully applied at strength 1.0")
except Exception as e:
print(f"⚠️ Failed to load FusionX LoRA: {e}")

anyway i will print all key value in the Lora

This is meant for use in ComfyUI. I wouldn't be able to assist u as im not familiar with what your using.

Awsome its wokrng now whowwwwwwwwwwwwwwwwwww

rahul7star changed discussion status to closed

Sign up or log in to comment