You've already forked ComfyUI-WanVideoWrapper
mirror of
https://github.com/kijai/ComfyUI-WanVideoWrapper.git
synced 2026-01-26 23:41:35 +03:00
Allow loading StoryMem -LoRAs
https://huggingface.co/Kevin-thu/StoryMem
This commit is contained in:
@@ -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__'):
|
||||
|
||||
Reference in New Issue
Block a user