Spestly commited on
Commit
dcc03ea
Β·
verified Β·
1 Parent(s): e592ca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -82,9 +82,9 @@ with gr.Blocks(css="style.css") as demo:
82
  gr.Examples(
83
  examples=[
84
  ["OdysseyXL V2.5", "A futuristic cityscape, vibrant neon colors, ultra-realistic, 8K", "blurry, low quality", 7.5, 30],
85
- ["OdysseyXL V2.1", "A majestic lion with a crown of stars, cosmic background, fantasy art", "cartoon, sketch", 8.0, 40],
86
- ["OdysseyXL V1.9", "An enchanted forest at night, glowing mushrooms, fireflies, mystical atmosphere", "daytime, bright", 7.0, 35],
87
- ["OdysseyXL V1.5", "A delicious-looking gourmet burger on a wooden table, hyperrealistic food photography", "messy, unappetizing", 7.5, 25]
88
  ],
89
  inputs=[model_name, prompt, negative_prompt, guidance_scale, num_inference_steps],
90
  outputs=image_output,
 
82
  gr.Examples(
83
  examples=[
84
  ["OdysseyXL V2.5", "A futuristic cityscape, vibrant neon colors, ultra-realistic, 8K", "blurry, low quality", 7.5, 30],
85
+ ["OdysseyXL V2", "A majestic lion with a crown of stars, cosmic background, fantasy art", "cartoon, sketch", 8.0, 40],
86
+ ["OdysseyXL V1", "An enchanted forest at night, glowing mushrooms, fireflies, mystical atmosphere", "daytime, bright", 7.0, 35],
87
+ ["OdysseyXL Origin", "A delicious-looking gourmet burger on a wooden table, hyperrealistic food photography", "messy, unappetizing", 7.5, 25]
88
  ],
89
  inputs=[model_name, prompt, negative_prompt, guidance_scale, num_inference_steps],
90
  outputs=image_output,