Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,14 +5,11 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"playgroundai/playground-v2-1024px-aesthetic",
|
| 9 |
"playgroundai/playground-v2-1024px-aesthetic",
|
| 10 |
"tkurtulus/sdxl_tk",
|
| 11 |
"Daniil-plotnikov/deepvision-v6-0",
|
| 12 |
-
"AVIIAX/majic6",
|
| 13 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
| 14 |
"ARDICAI/stable-diffusion-2-1-finetuned",
|
| 15 |
-
"coinz/Imaginashin-xl-v0.1",
|
| 16 |
"robindon/lora-trained-xl-TOK-person",
|
| 17 |
]
|
| 18 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
|
|
|
| 8 |
"playgroundai/playground-v2-1024px-aesthetic",
|
| 9 |
"tkurtulus/sdxl_tk",
|
| 10 |
"Daniil-plotnikov/deepvision-v6-0",
|
|
|
|
| 11 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
| 12 |
"ARDICAI/stable-diffusion-2-1-finetuned",
|
|
|
|
| 13 |
"robindon/lora-trained-xl-TOK-person",
|
| 14 |
]
|
| 15 |
|