Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import imageio
|
|
16 |
import time
|
17 |
import re
|
18 |
|
19 |
-
|
20 |
try:
|
21 |
with open('loras.json', 'r') as f:
|
22 |
loras = json.load(f)
|
|
|
16 |
import time
|
17 |
import re
|
18 |
|
19 |
+
#--- LoRA related: Load LoRAs from JSON file ---
|
20 |
try:
|
21 |
with open('loras.json', 'r') as f:
|
22 |
loras = json.load(f)
|