Spaces:
Running
Running
Update diffusion_webui/stable_diffusion/text2img_app.py
Browse files
diffusion_webui/stable_diffusion/text2img_app.py
CHANGED
@@ -3,14 +3,7 @@ import torch
|
|
3 |
from diffusers import DDIMScheduler, StableDiffusionPipeline
|
4 |
|
5 |
stable_model_list = [
|
6 |
-
"runwayml/stable-diffusion-v1-5",
|
7 |
-
"stabilityai/stable-diffusion-2-1",
|
8 |
-
"sd-dreambooth-library/disco-diffusion-style",
|
9 |
-
"prompthero/openjourney-v2",
|
10 |
"andite/anything-v4.0",
|
11 |
-
"Lykon/DreamShaper",
|
12 |
-
"nitrosocke/Nitro-Diffusion",
|
13 |
-
"dreamlike-art/dreamlike-diffusion-1.0",
|
14 |
]
|
15 |
|
16 |
stable_prompt_list = ["a photo of a man.", "a photo of a girl."]
|
|
|
3 |
from diffusers import DDIMScheduler, StableDiffusionPipeline
|
4 |
|
5 |
stable_model_list = [
|
|
|
|
|
|
|
|
|
6 |
"andite/anything-v4.0",
|
|
|
|
|
|
|
7 |
]
|
8 |
|
9 |
stable_prompt_list = ["a photo of a man.", "a photo of a girl."]
|