Spaces:
Sleeping
Sleeping
Commit
·
9870f5f
1
Parent(s):
54c7aa6
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"Ryan-sjtu/lora-trained-xl",
|
9 |
"Ryan-sjtu/textual_inversion_cat",
|
10 |
"Ryzan/fantasy-diffusion-v0",
|
11 |
"Ryzan/fantasy-diffusion-v1",
|
@@ -16,7 +15,6 @@ models =[
|
|
16 |
"stablediffusionapi/hentaiflow-eevee",
|
17 |
"stablediffusionapi/urpm-eevee",
|
18 |
"Yntec/Luma",
|
19 |
-
"Yntec/PeachMix3",
|
20 |
]
|
21 |
|
22 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
8 |
"Ryan-sjtu/textual_inversion_cat",
|
9 |
"Ryzan/fantasy-diffusion-v0",
|
10 |
"Ryzan/fantasy-diffusion-v1",
|
|
|
15 |
"stablediffusionapi/hentaiflow-eevee",
|
16 |
"stablediffusionapi/urpm-eevee",
|
17 |
"Yntec/Luma",
|
|
|
18 |
]
|
19 |
|
20 |
|