Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -7,6 +7,9 @@ from typing import List, Optional, Tuple, Union
|
|
| 7 |
from dataclasses import dataclass
|
| 8 |
import torch
|
| 9 |
from diffusers.utils.torch_utils import randn_tensor
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
LTX_REPO_ID = "Lightricks/LTX-Video"
|
| 12 |
DEPS_DIR = Path("/data")
|
|
|
|
| 7 |
from dataclasses import dataclass
|
| 8 |
import torch
|
| 9 |
from diffusers.utils.torch_utils import randn_tensor
|
| 10 |
+
import sys
|
| 11 |
+
from pathlib import Path
|
| 12 |
+
import os
|
| 13 |
|
| 14 |
LTX_REPO_ID = "Lightricks/LTX-Video"
|
| 15 |
DEPS_DIR = Path("/data")
|