prithivMLmods commited on
Commit
0332354
1 Parent(s): cdf912d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -111,7 +111,10 @@ def infer(
111
  return unique_name, seed
112
 
113
  examples = [
114
- "A capybara wearing a suit holding a sign that reads Hello World",
 
 
 
115
  ]
116
 
117
  css = '''
@@ -156,7 +159,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
156
  label="Grid Size"
157
  )
158
 
159
- with gr.Accordion("Advanced Settings", open=False):
160
  negative_prompt = gr.Text(
161
  label="Negative prompt",
162
  max_lines=1,
 
111
  return unique_name, seed
112
 
113
  examples = [
114
+ "Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5 --ar 2:3 --q 2 --s 750 --v 5",
115
+ "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
116
+ "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K, Photo-Realistic",
117
+ "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw"
118
  ]
119
 
120
  css = '''
 
159
  label="Grid Size"
160
  )
161
 
162
+ with gr.Accordion("Advanced Settings", open=False, visibile=False):
163
  negative_prompt = gr.Text(
164
  label="Negative prompt",
165
  max_lines=1,