Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ examples = [
|
|
64 |
|
65 |
examples_negative = [
|
66 |
"blurry details, low resolution, poorly defined edges",
|
|
|
67 |
]
|
68 |
|
69 |
css = """
|
@@ -78,6 +79,7 @@ available_models = [
|
|
78 |
"CompVis/stable-diffusion-v1-4",
|
79 |
"stabilityai/sdxl-turbo",
|
80 |
"runwayml/stable-diffusion-v1-5",
|
|
|
81 |
"prompthero/openjourney"
|
82 |
|
83 |
]
|
|
|
64 |
|
65 |
examples_negative = [
|
66 |
"blurry details, low resolution, poorly defined edges",
|
67 |
+
"bad face, bad quality, artifacts, low-res, black and white",
|
68 |
]
|
69 |
|
70 |
css = """
|
|
|
79 |
"CompVis/stable-diffusion-v1-4",
|
80 |
"stabilityai/sdxl-turbo",
|
81 |
"runwayml/stable-diffusion-v1-5",
|
82 |
+
"sd-legacy/stable-diffusion-v1-5",
|
83 |
"prompthero/openjourney"
|
84 |
|
85 |
]
|