Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -31,8 +31,9 @@ CACHE_DIR = os.environ.get("HF_HOME")
|
|
| 31 |
repo_path = str(LTX_VIDEO_REPO_DIR.resolve())
|
| 32 |
if repo_path not in sys.path:
|
| 33 |
sys.path.insert(0, repo_path)
|
| 34 |
-
|
| 35 |
-
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
import warnings
|
|
|
|
| 31 |
repo_path = str(LTX_VIDEO_REPO_DIR.resolve())
|
| 32 |
if repo_path not in sys.path:
|
| 33 |
sys.path.insert(0, repo_path)
|
| 34 |
+
|
| 35 |
+
from ltx_video.pipelines.pipeline_ltx_video import LTXVideoPipeline
|
| 36 |
+
from ltx_video.models.autoencoders.vae_encode import vae_encode, latent_to_pixel_coords
|
| 37 |
|
| 38 |
|
| 39 |
import warnings
|