Fix base model detection for Wan LoRA adapters
For Wan LoRA adapters, skip reading base_model from stored config (which may have incorrect values like T2V instead of I2V). Instead, always infer from LoRA ID by checking for 'i2v' in the name. This ensures wan2_2_i2v_general_nsfw_lora uses the correct Wan-AI/Wan2.2-I2V-A14B-Diffusers base model instead of the incorrect Wan-AI/Wan2.2-T2V-A14B-Diffusers.
Showing
Please
register
or
sign in
to comment