KKNTR commited on
Commit
def9c36
·
verified ·
1 Parent(s): 63a5e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- ", mikus-style, no lines, by bakemonoy, by chunie, by meesh, (anthro), (male), (best quality), high resolution, (ultra detailed),"
291
  " 8k, (highly detailed), (masterpiece), (sharp focus), (intricate details),"
292
- " (perfect anatomy), (depth of field), high dynamic range, (smooth shading),"
293
  " (realistic shadows), (rich texture), professional color grading, (fine details),"
294
- " ultra sharp, HDR, (anatomically correct)"
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