johann-foerster commited on
Commit
b033790
1 Parent(s): a0ead69

it just works

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -9,7 +9,7 @@ from modules.sdxl_styles import style_keys, aspect_ratios
9
 
10
  QM_LOGO = Image.open("resources/qm_logo.png")
11
  QM_COLOR = Color(name="qm", c50="#effaed",c100="#def5db",c200="#64b445",c300="#c6eec0",c400="#b9ebb3",c500="#64b445",c600="#55993b",c700="#467e30",c800="#325a23",c900="#233f18",c950="#192d11")
12
- PROMPT_EXAMPLES = ["A family of bunnies painting eggs on a sunny Easter afternoon",
13
  "A bunny delivering Easter eggs in a hot air balloon",
14
  "A magical Easter castle with towers made of chocolate and candy"]
15
  EXAMPLE_GREETINGS = [
 
9
 
10
  QM_LOGO = Image.open("resources/qm_logo.png")
11
  QM_COLOR = Color(name="qm", c50="#effaed",c100="#def5db",c200="#64b445",c300="#c6eec0",c400="#b9ebb3",c500="#64b445",c600="#55993b",c700="#467e30",c800="#325a23",c900="#233f18",c950="#192d11")
12
+ PROMPT_EXAMPLES = ["A family of bunnies with painted eggs on a sunny Easter afternoon",
13
  "A bunny delivering Easter eggs in a hot air balloon",
14
  "A magical Easter castle with towers made of chocolate and candy"]
15
  EXAMPLE_GREETINGS = [