Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,9 @@ lora_definitions = {
|
|
| 34 |
OVIMX_NAME: ("ovi054/ovimxVid1750", None),
|
| 35 |
OVIMX2_NAME: ("ovi054/ovimxVid2250", None),
|
| 36 |
OVIMX3_NAME: ("ovi054/ovimxVid2500", None),
|
| 37 |
-
PRTHE_NAME: ("ovi054/prwthxVid", None)
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
|
| 40 |
# --- THIS ORDERED LIST IS NOW CRITICAL ---
|
|
@@ -60,6 +62,8 @@ OPTIONAL_LORA_MAP = {
|
|
| 60 |
"ovi054/ovimxVid2250": OVIMX2_NAME,
|
| 61 |
"ovi054/ovimxVid2500": OVIMX3_NAME,
|
| 62 |
"ovi054/prwthxVid": PRTHE_NAME,
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
# Filter choices to only include LoRAs that actually loaded
|
| 65 |
OPTIONAL_LORA_CHOICES = {k: v for k, v in OPTIONAL_LORA_MAP.items() if v in ALL_ADAPTER_NAMES}
|
|
|
|
| 34 |
OVIMX_NAME: ("ovi054/ovimxVid1750", None),
|
| 35 |
OVIMX2_NAME: ("ovi054/ovimxVid2250", None),
|
| 36 |
OVIMX3_NAME: ("ovi054/ovimxVid2500", None),
|
| 37 |
+
PRTHE_NAME: ("ovi054/prwthxVid", None),
|
| 38 |
+
ROSMX2_NAME: ("ovi054/rosmxVid2000", None),
|
| 39 |
+
PERSONVID2_NAME: ("ovi054/p3r5onVid1900", None)
|
| 40 |
}
|
| 41 |
|
| 42 |
# --- THIS ORDERED LIST IS NOW CRITICAL ---
|
|
|
|
| 62 |
"ovi054/ovimxVid2250": OVIMX2_NAME,
|
| 63 |
"ovi054/ovimxVid2500": OVIMX3_NAME,
|
| 64 |
"ovi054/prwthxVid": PRTHE_NAME,
|
| 65 |
+
"ovi054/rosmxVid2000": ROSMX2_NAME,
|
| 66 |
+
"ovi054/p3r5onVid1900": PERSONVID2_NAME,
|
| 67 |
}
|
| 68 |
# Filter choices to only include LoRAs that actually loaded
|
| 69 |
OPTIONAL_LORA_CHOICES = {k: v for k, v in OPTIONAL_LORA_MAP.items() if v in ALL_ADAPTER_NAMES}
|