Spaces:
Paused
Paused
Commit
·
b01ccb6
1
Parent(s):
828d8d8
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ with open("sdxl_loras.json", "r") as file:
|
|
| 25 |
}
|
| 26 |
for item in data
|
| 27 |
]
|
| 28 |
-
|
| 29 |
saved_names = [
|
| 30 |
hf_hub_download(item["repo"], item["weights"]) for item in sdxl_loras
|
| 31 |
]
|
|
|
|
| 25 |
}
|
| 26 |
for item in data
|
| 27 |
]
|
| 28 |
+
print(sdxl_loras)
|
| 29 |
saved_names = [
|
| 30 |
hf_hub_download(item["repo"], item["weights"]) for item in sdxl_loras
|
| 31 |
]
|