You've already forked ComfyUI-WanVideoWrapper
mirror of
https://github.com/kijai/ComfyUI-WanVideoWrapper.git
synced 2026-01-28 12:20:55 +03:00
Update nodes.py
This commit is contained in:
1
nodes.py
1
nodes.py
@@ -1281,7 +1281,6 @@ class WanVideoSampler:
|
||||
control_lora = model["control_lora"]
|
||||
transformer_options = patcher.model_options.get("transformer_options", None)
|
||||
|
||||
remove_lora_from_module(transformer)
|
||||
if len(patcher.patches) != 0 and transformer_options.get("linear_with_lora", False) is True:
|
||||
log.info(f"Using {len(patcher.patches)} patches for WanVideo model")
|
||||
convert_linear_with_lora_and_scale(transformer, patches=patcher.patches)
|
||||
|
||||
Reference in New Issue
Block a user