xianbao commited on
Commit
a7f7294
·
verified ·
1 Parent(s): 8a38aa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: