Yntec commited on
Commit
edbf04c
1 Parent(s): bc71728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Yntec/Gacha",
9
- "Yntec/GimmeDatDing",
10
- "Yntec/Cheesecake",
11
- "Yntec/StorybookRedmond",
12
- "Yntec/Astro_-_-Gemu",
13
- "Yntec/Nostalgic",
14
- "Yntec/Lyriel",
15
- "Yntec/ElldrethsRetroMix_Diffusers",
16
- "Yntec/Reliberate",
17
  ]
18
 
19
 
@@ -76,7 +76,7 @@ def clear_fn():
76
 
77
 
78
 
79
- with gr.Blocks(title="SD Models") as my_interface:
80
  with gr.Column(scale=12):
81
  # with gr.Row():
82
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/elldrethSDreamMix",
9
+ "Yntec/ResidentCNZCartoon3D",
10
+ "Yntec/Based64",
11
+ "Yntec/GoFish",
12
+ "Yntec/IsThisArt",
13
+ "Yntec/mixRealisticFantasy",
14
+ "Yntec/iffyMix",
15
+ "Yntec/GoldenEra",
16
+ "Yntec/Hassanim",
17
  ]
18
 
19
 
 
76
 
77
 
78
 
79
+ with gr.Blocks(title="2024 SD Models (it's the year this space was released, not the amount of models)") as my_interface:
80
  with gr.Column(scale=12):
81
  # with gr.Row():
82
  # gr.Markdown("""- Primary prompt: 你想画的内容(英文单词,如 a cat, 加英文逗号效果更好;点 Improve 按钮进行完善)\n- Real prompt: 完善后的提示词,出现后再点右边的 Run 按钮开始运行""")