aexyb commited on
Commit
92c1146
·
verified ·
1 Parent(s): 3d616e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "mann-e/Mann-E_Dreams",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
  "black-forest-labs/FLUX.1-schnell",
12
  "John6666/9527-detail-realistic-xl-v55mix-sdxl",
13
  "John6666/epicrealism-xl-v8kiss-sdxl",
14
  "black-forest-labs/FLUX.1-dev",
15
- "John6666/real-vis-xl-v40-sdxl",
16
- "SG161222/RealVisXL_V4.0",
17
 
18
  ]
19
 
 
5
  import time
6
 
7
  models =[
8
+ "John6666/real-vis-xl-v40-sdxl",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
  "black-forest-labs/FLUX.1-schnell",
12
  "John6666/9527-detail-realistic-xl-v55mix-sdxl",
13
  "John6666/epicrealism-xl-v8kiss-sdxl",
14
  "black-forest-labs/FLUX.1-dev",
15
+ "mann-e/Mann-E_Dreams",
16
+ "Yntec/RealLife",
17
 
18
  ]
19