eeuuia commited on
Commit
6e680c2
·
verified ·
1 Parent(s): 61082a6

Update api/ltx/ltx_aduc_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_manager.py +3 -0
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")