Update app.py
Browse files
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(
|