Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,7 @@ from ltx_pipelines.utils.helpers import (
|
|
| 71 |
)
|
| 72 |
from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
|
| 73 |
from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
|
|
|
|
| 74 |
from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
|
| 75 |
|
| 76 |
# Force-patch xformers attention into the LTX attention module.
|
|
|
|
| 71 |
)
|
| 72 |
from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
|
| 73 |
from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
|
| 74 |
+
from ltx_core.loader.sd_ops import SDOps
|
| 75 |
from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
|
| 76 |
|
| 77 |
# Force-patch xformers attention into the LTX attention module.
|