Spaces:
Running
on
A100
Running
on
A100
update
Browse files
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 |
-
|
185 |
-
|
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:
|