Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -122,7 +122,7 @@ def add_deps_to_path():
|
|
| 122 |
add_deps_to_path()
|
| 123 |
|
| 124 |
# --- 3. IMPORTAÇÕES ESPECÍFICAS DO MODELO ---
|
| 125 |
-
from inference import (
|
| 126 |
create_ltx_video_pipeline,
|
| 127 |
create_latent_upsampler,
|
| 128 |
load_image_to_tensor_with_resize_and_crop,
|
|
|
|
| 122 |
add_deps_to_path()
|
| 123 |
|
| 124 |
# --- 3. IMPORTAÇÕES ESPECÍFICAS DO MODELO ---
|
| 125 |
+
from .api.ltx.inference import (
|
| 126 |
create_ltx_video_pipeline,
|
| 127 |
create_latent_upsampler,
|
| 128 |
load_image_to_tensor_with_resize_and_crop,
|