KevinNg99 commited on
Commit
a08d38b
·
1 Parent(s): 15ad850
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -180,9 +180,9 @@ def load_pipeline(use_distilled: bool = False, device: str = "cuda"):
180
  raise
181
 
182
 
183
- if IS_SPACE:
184
- downloader = CheckpointDownloader()
185
- downloader.download_all_checkpoints()
186
 
187
  pipeline = load_pipeline(use_distilled=False, device="cuda")
188
  class HunyuanImageApp:
 
180
  raise
181
 
182
 
183
+ # if IS_SPACE:
184
+ # downloader = CheckpointDownloader()
185
+ # downloader.download_all_checkpoints()
186
 
187
  pipeline = load_pipeline(use_distilled=False, device="cuda")
188
  class HunyuanImageApp: