johann-foerster commited on
Commit
d813f96
1 Parent(s): 3da6a99

moer easter

Browse files
Files changed (2) hide show
  1. resources/init.png +2 -2
  2. webui.py +2 -2
resources/init.png CHANGED

Git LFS Details

  • SHA256: f47606b46493e6244d32afc7b7fb9cee1e831cfa4bb85261d2dea4e6d190b5e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB

Git LFS Details

  • SHA256: be7e8f75853f08fcb65db25a4db81a69e650682d7dd941f3d59aca0d7799cf11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
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 field of flowers blooming in the shape of Easter eggs",
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 = [
@@ -97,7 +97,7 @@ def verify_latest_overlay(image, toggle_greet, greet, greet_active):
97
  else:
98
  return gr.Image(), gr.Textbox()
99
 
100
- shared.gradio_root = gr.Blocks(title='QualityMinds AI Christmas Card Maker', css=modules.html.css, theme=gr.themes.Default(primary_hue=QM_COLOR))
101
  with shared.gradio_root:
102
  gr.Markdown(
103
  """
 
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 flying kites 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 = [
 
97
  else:
98
  return gr.Image(), gr.Textbox()
99
 
100
+ shared.gradio_root = gr.Blocks(title='QualityMinds AI Easter Card Maker', css=modules.html.css, theme=gr.themes.Default(primary_hue=QM_COLOR))
101
  with shared.gradio_root:
102
  gr.Markdown(
103
  """