Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,8 @@ default_negative_prompt = "(low quality, worst quality:1.2), very displeasing, 3
|
|
| 26 |
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
-
["a beautiful
|
| 30 |
-
["
|
| 31 |
]
|
| 32 |
|
| 33 |
# Image generation function
|
|
|
|
| 26 |
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
+
["a beautiful 19 aged rusian girl in a summer dress at the beach, golden sunset, professional photography, 8k", default_negative_prompt, 40, 7.5, 1024, 1024, 4],
|
| 30 |
+
["a beautiful japan woman in a vikini at the beach, noon sunset, professional photography, 8k", default_negative_prompt, 45, 7.0, 1024, 1024, 4],
|
| 31 |
]
|
| 32 |
|
| 33 |
# Image generation function
|