Spaces:
Paused
Paused
Update pipeline_ltx_condition_control.py
Browse files
pipeline_ltx_condition_control.py
CHANGED
|
@@ -34,7 +34,7 @@ from torchvision.transforms.functional import center_crop, resize
|
|
| 34 |
|
| 35 |
import warnings
|
| 36 |
import logging
|
| 37 |
-
from debug_utils import log_function_io
|
| 38 |
warnings.filterwarnings("ignore", category=UserWarning)
|
| 39 |
warnings.filterwarnings("ignore", category=FutureWarning)
|
| 40 |
warnings.filterwarnings("ignore", message=".*")
|
|
|
|
| 34 |
|
| 35 |
import warnings
|
| 36 |
import logging
|
| 37 |
+
from utils.debug_utils import log_function_io
|
| 38 |
warnings.filterwarnings("ignore", category=UserWarning)
|
| 39 |
warnings.filterwarnings("ignore", category=FutureWarning)
|
| 40 |
warnings.filterwarnings("ignore", message=".*")
|