Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -10,7 +10,7 @@ from diffusers.utils.torch_utils import randn_tensor
|
|
| 10 |
import sys
|
| 11 |
from pathlib import Path
|
| 12 |
import os
|
| 13 |
-
import
|
| 14 |
|
| 15 |
LTX_REPO_ID = "Lightricks/LTX-Video"
|
| 16 |
DEPS_DIR = Path("/data")
|
|
|
|
| 10 |
import sys
|
| 11 |
from pathlib import Path
|
| 12 |
import os
|
| 13 |
+
import random
|
| 14 |
|
| 15 |
LTX_REPO_ID = "Lightricks/LTX-Video"
|
| 16 |
DEPS_DIR = Path("/data")
|