dagloop5 commited on
Commit
7f285ad
·
verified ·
1 Parent(s): 73173b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ltx_core.types import PipelineComponents
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