KevinNg99 commited on
Commit
abcd74c
·
1 Parent(s): feacb84
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ class CheckpointDownloader:
157
  return True, "All checkpoints downloaded successfully", results
158
 
159
 
160
- @space_context(duration=200)
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: