Update app.py
Browse files
app.py
CHANGED
|
@@ -287,11 +287,11 @@ def generate(prompt, negative_prompt, width, height, random_res, selected_style)
|
|
| 287 |
pipe.set_adapters(adapter_names, adapter_weights=adapter_weights)
|
| 288 |
|
| 289 |
quality_suffix = (
|
| 290 |
-
",
|
| 291 |
" 8k, (highly detailed), (masterpiece), (sharp focus), (intricate details),"
|
| 292 |
-
" (perfect anatomy),
|
| 293 |
" (realistic shadows), (rich texture), professional color grading, (fine details),"
|
| 294 |
-
" ultra sharp,
|
| 295 |
)
|
| 296 |
|
| 297 |
full_prompt = prompt + quality_suffix
|
|
|
|
| 287 |
pipe.set_adapters(adapter_names, adapter_weights=adapter_weights)
|
| 288 |
|
| 289 |
quality_suffix = (
|
| 290 |
+
", anthro, male, (best quality), high resolution, (ultra detailed),"
|
| 291 |
" 8k, (highly detailed), (masterpiece), (sharp focus), (intricate details),"
|
| 292 |
+
" (perfect anatomy), high dynamic range, (smooth shading),"
|
| 293 |
" (realistic shadows), (rich texture), professional color grading, (fine details),"
|
| 294 |
+
" ultra sharp, (anatomically correct), mikus-style, no lines, bakemonoy"
|
| 295 |
)
|
| 296 |
|
| 297 |
full_prompt = prompt + quality_suffix
|