Pamudu13 commited on
Commit
f5441c8
·
verified ·
1 Parent(s): 3d84d13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -5,7 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "John6666/ultimate-realistic-mix-v2-sdxl"
 
 
 
 
 
 
 
 
9
 
10
  ]
11
 
@@ -136,4 +144,4 @@ with gr.Blocks(title="SD Models") as my_interface:
136
  text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
137
 
138
  my_interface.queue(concurrency_count=600, status_update_rate=1)
139
- my_interface.launch(inline=True, show_api=True) I want three random seed images load with "John6666/ultimate-realistic-mix-v2-sdxl", this model
 
5
  import time
6
 
7
  models =[
8
+ "mann-e/Mann-E_Dreams",
9
+ "Yntec/ChickFlick",
10
+ "John6666/ultimate-realistic-mix-v2-sdxl",
11
+ "Yntec/CrystalReality",
12
+ "John6666/9527-detail-realistic-xl-v55mix-sdxl",
13
+ "John6666/epicrealism-xl-v8kiss-sdxl",
14
+ "John6666/wai-real-mix-v8-sdxl",
15
+ "John6666/real-vis-xl-v40-sdxl",
16
+ "Yntec/DegreesOfFreedom",
17
 
18
  ]
19
 
 
144
  text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
145
 
146
  my_interface.queue(concurrency_count=600, status_update_rate=1)
147
+ my_interface.launch(inline=True, show_api=True)