Spaces:
Running
on
A100
Running
on
A100
update
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ class CheckpointDownloader:
|
|
157 |
return True, "All checkpoints downloaded successfully", results
|
158 |
|
159 |
|
160 |
-
@space_context(duration=
|
161 |
def load_pipeline(use_distilled: bool = False, device: str = "cuda"):
|
162 |
"""Load the HunyuanImage pipeline (only load once, refiner and reprompt are accessed from it)."""
|
163 |
try:
|
|
|
157 |
return True, "All checkpoints downloaded successfully", results
|
158 |
|
159 |
|
160 |
+
@space_context(duration=2000)
|
161 |
def load_pipeline(use_distilled: bool = False, device: str = "cuda"):
|
162 |
"""Load the HunyuanImage pipeline (only load once, refiner and reprompt are accessed from it)."""
|
163 |
try:
|