Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ model_options = {
|
|
7 |
"OdysseyXL V2.5": "Spestly/OdysseyXL-V2.5",
|
8 |
"OdysseyXL V2": "Spestly/OdysseyXL-V2",
|
9 |
"OdysseyXL V1": "Spestly/OdysseyXL-V1",
|
10 |
-
"OdysseyXL Origin": "Spestly/OdysseyXL-Origin"
|
11 |
}
|
12 |
|
13 |
# Cache for loaded pipelines
|
@@ -83,7 +82,6 @@ with gr.Blocks(css="style.css", theme='NoCrypt/miku') as demo:
|
|
83 |
["OdysseyXL V2.5", "A futuristic cityscape, vibrant neon colors, ultra-realistic, 8K", "blurry, low quality", 7.5, 30],
|
84 |
["OdysseyXL V2", "A majestic lion with a crown of stars, cosmic background, fantasy art", "cartoon, sketch", 8.0, 40],
|
85 |
["OdysseyXL V1", "An enchanted forest at night, glowing mushrooms, fireflies, mystical atmosphere", "daytime, bright", 7.0, 35],
|
86 |
-
["OdysseyXL Origin", "A delicious-looking gourmet burger on a wooden table, hyperrealistic food photography", "messy, unappetizing", 7.5, 25]
|
87 |
],
|
88 |
inputs=[model_name, prompt, negative_prompt, guidance_scale, num_inference_steps],
|
89 |
outputs=image_output,
|
|
|
7 |
"OdysseyXL V2.5": "Spestly/OdysseyXL-V2.5",
|
8 |
"OdysseyXL V2": "Spestly/OdysseyXL-V2",
|
9 |
"OdysseyXL V1": "Spestly/OdysseyXL-V1",
|
|
|
10 |
}
|
11 |
|
12 |
# Cache for loaded pipelines
|
|
|
82 |
["OdysseyXL V2.5", "A futuristic cityscape, vibrant neon colors, ultra-realistic, 8K", "blurry, low quality", 7.5, 30],
|
83 |
["OdysseyXL V2", "A majestic lion with a crown of stars, cosmic background, fantasy art", "cartoon, sketch", 8.0, 40],
|
84 |
["OdysseyXL V1", "An enchanted forest at night, glowing mushrooms, fireflies, mystical atmosphere", "daytime, bright", 7.0, 35],
|
|
|
85 |
],
|
86 |
inputs=[model_name, prompt, negative_prompt, guidance_scale, num_inference_steps],
|
87 |
outputs=image_output,
|