Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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.
|
| 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.
|