Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ class HQPipelineWithCachedLoRA:
|
|
| 135 |
):
|
| 136 |
from ltx_pipelines.utils import ModelLedger
|
| 137 |
from ltx_core.loader import LoraPathStrengthAndSDOps, LTXV_LORA_COMFY_RENAMING_MAP
|
| 138 |
-
from
|
| 139 |
|
| 140 |
self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 141 |
self.dtype = torch.bfloat16
|
|
|
|
| 135 |
):
|
| 136 |
from ltx_pipelines.utils import ModelLedger
|
| 137 |
from ltx_core.loader import LoraPathStrengthAndSDOps, LTXV_LORA_COMFY_RENAMING_MAP
|
| 138 |
+
from ltx_pipelines.utils.types import PipelineComponents
|
| 139 |
|
| 140 |
self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 141 |
self.dtype = torch.bfloat16
|