Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import torch
|
|
| 4 |
|
| 5 |
# --- Configuration ---
|
| 6 |
# Your Hugging Face repository ID where the LoRAs are stored
|
| 7 |
-
HF_REPO_ID = "
|
| 8 |
BASE_MODEL_ID = "runwayml/stable-diffusion-v1-5"
|
| 9 |
|
| 10 |
# --- Define Available LoRAs from your HF Repo ---
|
|
|
|
| 4 |
|
| 5 |
# --- Configuration ---
|
| 6 |
# Your Hugging Face repository ID where the LoRAs are stored
|
| 7 |
+
HF_REPO_ID = "aanchal77/Final-One"
|
| 8 |
BASE_MODEL_ID = "runwayml/stable-diffusion-v1-5"
|
| 9 |
|
| 10 |
# --- Define Available LoRAs from your HF Repo ---
|