Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,8 @@ except Exception as e:
|
|
48 |
|
49 |
# 2. Load the second hard-coded LoRA ONCE at startup
|
50 |
print("Loading second LoRA (Person)...")
|
51 |
-
LORA_2_REPO = "ovi054/p3r5onVid1900"
|
|
|
52 |
# Assuming the file is named "pytorch_lora_weights.safetensors" which is standard.
|
53 |
# If it has a different name, you must specify it with the `filename` argument.
|
54 |
try:
|
|
|
48 |
|
49 |
# 2. Load the second hard-coded LoRA ONCE at startup
|
50 |
print("Loading second LoRA (Person)...")
|
51 |
+
# LORA_2_REPO = "ovi054/p3r5onVid1900"
|
52 |
+
LORA_2_REPO = "ovi054/rosmxVid1500"
|
53 |
# Assuming the file is named "pytorch_lora_weights.safetensors" which is standard.
|
54 |
# If it has a different name, you must specify it with the `filename` argument.
|
55 |
try:
|