Update app.py
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def generate(prompt, negative_prompt, width, height, random_res, selected_style)
|
|
| 292 |
" 8k, (highly detailed), (masterpiece), (sharp focus), (intricate details),"
|
| 293 |
" (perfect anatomy), high dynamic range, (smooth shading),"
|
| 294 |
" (realistic shadows), (rich texture), professional color grading, (fine details),"
|
| 295 |
-
" ultra sharp, (anatomically correct), bakemonoy"
|
| 296 |
)
|
| 297 |
|
| 298 |
full_prompt = prompt + quality_suffix
|
|
|
|
| 292 |
" 8k, (highly detailed), (masterpiece), (sharp focus), (intricate details),"
|
| 293 |
" (perfect anatomy), high dynamic range, (smooth shading),"
|
| 294 |
" (realistic shadows), (rich texture), professional color grading, (fine details),"
|
| 295 |
+
" ultra sharp, (anatomically correct), bakemonoy, by kihu"
|
| 296 |
)
|
| 297 |
|
| 298 |
full_prompt = prompt + quality_suffix
|