Brian Watson commited on
Commit ·
83c4bbd
1
Parent(s): 08b22cc
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,27 +5,18 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"circulus/sd-photoreal-real-v2",
|
| 11 |
-
"claudfuen/photorealistic-fuen-v1",
|
| 12 |
-
"dreamlike-art/dreamlike-photoreal-2.0",
|
| 13 |
"Lykon/DreamShaper",
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"coreml/coreml-dreamshaper-4",
|
| 24 |
-
"coreml/coreml-EdgeOfRealism",
|
| 25 |
-
"luongphamit/NeverEnding-Dream",
|
| 26 |
-
"windwhinny/perfectWorld",
|
| 27 |
-
"coreml/coreml-RealBiter",
|
| 28 |
-
"stablediffusionapi/realistic-vision-2",
|
| 29 |
]
|
| 30 |
|
| 31 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"joachimsallstrom/Double-Exposure-Diffusion",
|
| 9 |
+
"dreamlike-art/dreamlike-diffusion-1.0",
|
|
|
|
|
|
|
|
|
|
| 10 |
"Lykon/DreamShaper",
|
| 11 |
+
"nitrosocke/elden-ring-diffusion",
|
| 12 |
+
"johnslegers/epic-diffusion-v1.1",
|
| 13 |
+
"Duskfallcrew/EpicMix_Realism",
|
| 14 |
+
"theintuitiveye/FantasyMix",
|
| 15 |
+
"Joeythemonster/anything-midjourney-v-4-1",
|
| 16 |
+
"prompthero/openjourney",
|
| 17 |
+
"coreco/seek.art_MEGA",
|
| 18 |
+
"luongphamit/NeverEnding-Dream2",
|
| 19 |
+
"22h/vintedois-diffusion-v0-1",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
]
|
| 21 |
|
| 22 |
|