Spaces:
Running
Running
Create models.py
Browse files
models.py
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models = [
|
2 |
+
"dreamlike-art/dreamlike-photoreal-2.0",
|
3 |
+
"dreamlike-art/dreamlike-anime-1.0",
|
4 |
+
"dreamlike-art/dreamlike-diffusion-1.0",
|
5 |
+
"dataautogpt3/OpenDalleV1.1",
|
6 |
+
"dataautogpt3/OpenDalle",
|
7 |
+
"stabilityai/sdxl-turbo",
|
8 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
9 |
+
"stabilityai/stable-diffusion-2-1",
|
10 |
+
"runwayml/stable-diffusion-v1-5",
|
11 |
+
"playgroundai/playground-v2-1024px-aesthetic",
|
12 |
+
"mhdang/dpo-sdxl-text2image-v1",
|
13 |
+
"latent-consistency/lcm-lora-sdxl",
|
14 |
+
"segmind/SSD-1B",
|
15 |
+
"openskyml/dalle-3-xl",
|
16 |
+
"Linaqruf/animagine-xl-2.0",
|
17 |
+
"segmind/Segmind-Vega",
|
18 |
+
"SimianLuo/LCM_Dreamshaper_v7",
|
19 |
+
"CompVis/stable-diffusion-v1-4",
|
20 |
+
"gsdf/Counterfeit-V2.5",
|
21 |
+
]
|