Spaces:
Runtime error
Runtime error
Commit
•
4604d71
1
Parent(s):
efaf9fb
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with open("sdxl_loras.json", "r") as file:
|
|
23 |
]
|
24 |
|
25 |
saved_names = [
|
26 |
-
hf_hub_download(
|
27 |
]
|
28 |
|
29 |
device = "cuda" # replace this to `mps` if on a MacOS Silicon
|
|
|
23 |
]
|
24 |
|
25 |
saved_names = [
|
26 |
+
hf_hub_download(item["repo"], item["weights"]) for item in sdxl_loras
|
27 |
]
|
28 |
|
29 |
device = "cuda" # replace this to `mps` if on a MacOS Silicon
|