ovi054 commited on
Commit
9d3d1b3
·
verified ·
1 Parent(s): ef86be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ except Exception as e:
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:
 
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
+ LORA_2_REPO = "ovi054/ovimxVid1750"
54
  # Assuming the file is named "pytorch_lora_weights.safetensors" which is standard.
55
  # If it has a different name, you must specify it with the `filename` argument.
56
  try: