Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
86 |
-
["OdysseyXL V1
|
87 |
-
["OdysseyXL
|
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,
|