Spaces:
Runtime error
Runtime error
Update managers/upscaler_specialist.py
Browse files
managers/upscaler_specialist.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
import torch
|
| 6 |
import logging
|
| 7 |
from diffusers import LTXLatentUpsamplePipeline
|
| 8 |
-
from
|
| 9 |
|
| 10 |
logger = logging.getLogger(__name__)
|
| 11 |
|
|
|
|
| 5 |
import torch
|
| 6 |
import logging
|
| 7 |
from diffusers import LTXLatentUpsamplePipeline
|
| 8 |
+
from managers.ltx_manager import ltx_manager_singleton
|
| 9 |
|
| 10 |
logger = logging.getLogger(__name__)
|
| 11 |
|