dagloop5 commited on
Commit
03e0a49
·
verified ·
1 Parent(s): 0881456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -361,11 +361,6 @@ del pipeline
361
  gc.collect()
362
  torch.cuda.empty_cache()
363
 
364
- pipeline = LTX23NegativePromptTwoStagePipeline(
365
- checkpoint_path=str(checkpoint_path),
366
- ...
367
- )
368
-
369
  # Initialize pipeline WITH text encoder and optional audio support
370
  # ---- Replace block (pipeline init) lines 275-281 ----
371
  pipeline = LTX23NegativePromptTwoStagePipeline(
 
361
  gc.collect()
362
  torch.cuda.empty_cache()
363
 
 
 
 
 
 
364
  # Initialize pipeline WITH text encoder and optional audio support
365
  # ---- Replace block (pipeline init) lines 275-281 ----
366
  pipeline = LTX23NegativePromptTwoStagePipeline(