Spaces:
Runtime error
Runtime error
Commit
·
245defb
1
Parent(s):
1e9bd39
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def generate_image(model="Epic Diffusion", prompt="", seed=0, negative_prompt=""
|
|
18 |
return None
|
19 |
|
20 |
inputs = [
|
21 |
-
gr.inputs.Dropdown(['
|
22 |
gr.inputs.Textbox(label="Prompt"),
|
23 |
gr.inputs.Number(label="Seed", default=0),
|
24 |
gr.inputs.Textbox(label="Negative Prompt", default=""),
|
|
|
18 |
return None
|
19 |
|
20 |
inputs = [
|
21 |
+
gr.inputs.Dropdown(['Elden Ring Diffusion', 'Epic Diffusion', 'Experience', 'iCoMix', 'Inkpunk Diffusion', 'FaeTastic', "Lawlas's yiff mix", 'Mega Merge Diffusion', 'Midjourney Diffusion', 'MoistMix', 'NeverEnding Dream', 'PRMJ', 'ProtoGen', 'RCNZ Gorilla With A Brick', 'RealBiter', 'Realism Engine', 'Rev Animated', 'RPG', 'Samdoesarts Ultmerge', 'Seek.art MEGA', 'Vintedois Diffusion', 'VinteProtogenMix' ], label="Model", default="Epic Diffusion"),
|
22 |
gr.inputs.Textbox(label="Prompt"),
|
23 |
gr.inputs.Number(label="Seed", default=0),
|
24 |
gr.inputs.Textbox(label="Negative Prompt", default=""),
|