alexander00001 commited on
Commit
6f9b5bf
·
verified ·
1 Parent(s): 2a8d8c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ BASE_MODELS = {
31
  }
32
 
33
  # Current model selection (change this to switch models)
34
- CURRENT_MODEL_KEY = "illustrious_xl_v1"
35
  BASE_MODEL = BASE_MODELS[CURRENT_MODEL_KEY]
36
 
37
  # 2. Fixed LoRAs (Auto-loaded, not user-selectable) - Using reliable SDXL LoRAs
 
31
  }
32
 
33
  # Current model selection (change this to switch models)
34
+ CURRENT_MODEL_KEY = "sdxl_base"
35
  BASE_MODEL = BASE_MODELS[CURRENT_MODEL_KEY]
36
 
37
  # 2. Fixed LoRAs (Auto-loaded, not user-selectable) - Using reliable SDXL LoRAs