1
0
mirror of https://github.com/kijai/ComfyUI-WanVideoWrapper.git synced 2026-01-26 23:41:35 +03:00

Merge branch 'main' into longvie2

This commit is contained in:
kijai
2025-12-23 23:40:25 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -721,8 +721,8 @@
"ver": "0.5.0"
},
"widgets_values": [
5,
60
0,
2048
]
},
{

View File

@@ -132,6 +132,7 @@ def standardize_lora_key_format(lora_sd):
k = k.replace('vace_blocks.', 'diffusion_model.vace_blocks.')
k = k.replace('.default.', '.')
k = k.replace('.diff_m', '.modulation.diff')
k = k.replace('base_model.model.', 'diffusion_model.')
# Fun LoRA format
if k.startswith('lora_unet__'):

View File

@@ -1,7 +1,7 @@
[project]
name = "ComfyUI-WanVideoWrapper"
description = "ComfyUI wrapper nodes for WanVideo"
version = "1.4.4"
version = "1.4.5"
license = {file = "LICENSE"}
dependencies = ["accelerate >= 1.2.1", "diffusers >= 0.33.0", "peft >= 0.17.0", "ftfy", "gguf >= 0.17.1", "pyloudnorm"]