Instructions to use Kijai/WanVideo_comfy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Kijai/WanVideo_comfy with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
How to extract loras properly ? .weight_scale etc
That warning is because you are using fp8_scaled model and the scale weights aren't something that can be extracted. I'm unsure if using fp8_scaled even works for LoRA extraction, never tried, in general it would be best to use higher precision if possible.
If it still works as a LoRA then it should be fine despite the "unet unexpected" messages.
That warning is because you are using fp8_scaled model and the scale weights aren't something that can be extracted. I'm unsure if using fp8_scaled even works for LoRA extraction, never tried, in general it would be best to use higher precision if possible.
If it still works as a LoRA then it should be fine despite the "unet unexpected" messages.
Great that worked , ty 😀
Out of curiosity tried extracting rank_128_fp32 lightx2v i2v low lora , didn't see much difference , not worth. It just takes up 2.5gb.
Maybe unrelated , I saw people remapping multiple loras to difference range (like -1.0 --- 1.0 , or 1.0 --- 2.0 ) do you maybe know how that is done and could Lora extract could also be used with some extra option for that ?
(base model + A) - (base model + B) = C or some other way with scaling something ?
That warning is because you are using fp8_scaled model and the scale weights aren't something that can be extracted. I'm unsure if using fp8_scaled even works for LoRA extraction, never tried, in general it would be best to use higher precision if possible.
If it still works as a LoRA then it should be fine despite the "unet unexpected" messages.
Great that worked , ty 😀
Out of curiosity tried extractingrank_128_fp32lightx2v i2v low lora, didn't see much difference , not worth. It just takes up 2.5gb.Maybe unrelated , I saw people remapping multiple loras to difference range (like -1.0 --- 1.0 , or 1.0 --- 2.0 ) do you maybe know how that is done and could Lora extract could also be used with some extra option for that ?
(base model + A) - (base model + B) = C or some other way with scaling something ?
You would apply the LoRAs like normal in comfy and then extract from that.
