Eueuiaa commited on
Commit
773c029
·
verified ·
1 Parent(s): 2401a6f

Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py

Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py CHANGED
@@ -143,9 +143,7 @@ class SpyLatent:
143
  except Exception as e:
144
  #print(f" ERRO na inspeção: {e}")
145
  traceback.print_exc()
146
- finally:
147
- #print("--- [FIM DA INSPEÇÃO] ---\n")
148
-
149
  def _to_5d(self, tensor: torch.Tensor, shape_5d: tuple) -> torch.Tensor:
150
  """Converte um tensor 3D patchificado de volta para 5D."""
151
  if tensor.ndim == 5:
 
143
  except Exception as e:
144
  #print(f" ERRO na inspeção: {e}")
145
  traceback.print_exc()
146
+
 
 
147
  def _to_5d(self, tensor: torch.Tensor, shape_5d: tuple) -> torch.Tensor:
148
  """Converte um tensor 3D patchificado de volta para 5D."""
149
  if tensor.ndim == 5: