Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ default_negative_prompt = "(low quality, worst quality:1.2), very displeasing, 3
|
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
["a gorgeous nude model posing seductively in a luxurious bedroom, perfect lighting, detailed skin texture, professional photography, 8k", default_negative_prompt, 40, 7.5, 1024, 1024, 4],
|
| 30 |
-
["two
|
| 31 |
]
|
| 32 |
|
| 33 |
# Image generation function
|
|
|
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
["a gorgeous nude model posing seductively in a luxurious bedroom, perfect lighting, detailed skin texture, professional photography, 8k", default_negative_prompt, 40, 7.5, 1024, 1024, 4],
|
| 30 |
+
["two fully nude naked asian female fitness models doing sit-ups in the gym, filmed from front, realistic, professional photography, 8k", default_negative_prompt, 45, 7.0, 1024, 1024, 4],
|
| 31 |
]
|
| 32 |
|
| 33 |
# Image generation function
|