Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from diffusers import StableDiffusionXLPipeline
|
|
4 |
|
5 |
# --- Settings and paths ---
|
6 |
# Base SDXL model – change this to the base model you want to use.
|
7 |
-
BASE_MODEL = "
|
8 |
# Path to your LoRA weights (assumed to be in a format that Diffusers can use)
|
9 |
LORA_PATH = "fofr/sdxl-emoji"
|
10 |
|
|
|
4 |
|
5 |
# --- Settings and paths ---
|
6 |
# Base SDXL model – change this to the base model you want to use.
|
7 |
+
BASE_MODEL = "ByteDance/Hyper-SD"
|
8 |
# Path to your LoRA weights (assumed to be in a format that Diffusers can use)
|
9 |
LORA_PATH = "fofr/sdxl-emoji"
|
10 |
|