Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,6 @@ class CheckpointDownloader:
|
|
| 153 |
return True, "All checkpoints downloaded successfully", results
|
| 154 |
|
| 155 |
|
| 156 |
-
@space_context(duration=200)
|
| 157 |
def load_pipeline(use_distilled: bool = False, device: str = "cuda"):
|
| 158 |
"""Load the HunyuanImage pipeline (only load once, refiner and reprompt are accessed from it)."""
|
| 159 |
try:
|
|
|
|
| 153 |
return True, "All checkpoints downloaded successfully", results
|
| 154 |
|
| 155 |
|
|
|
|
| 156 |
def load_pipeline(use_distilled: bool = False, device: str = "cuda"):
|
| 157 |
"""Load the HunyuanImage pipeline (only load once, refiner and reprompt are accessed from it)."""
|
| 158 |
try:
|