dagloop5 commited on
Commit
f4948d0
·
verified ·
1 Parent(s): 7b5d90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ from ltx_pipelines.utils.helpers import (
75
  from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
76
  from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
77
  from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
78
- from ltx_core.loader.module_ops.apply_loras import apply_loras
79
  from safetensors import safe_open
80
 
81
  # Force-patch xformers attention into the LTX attention module.
 
75
  from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
76
  from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
77
  from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
78
+ from ltx_core.loader.fuse_loras import apply_loras
79
  from safetensors import safe_open
80
 
81
  # Force-patch xformers attention into the LTX attention module.