SpyC0der77 commited on
Commit
941af41
·
verified ·
1 Parent(s): 20bbc42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "stabilityai/stable-diffusion-xl-base-1.0"
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