hansyan commited on
Commit
1d5df6c
β€’
1 Parent(s): 55b50fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def generate(text, seed):
78
  return image
79
 
80
  setup_seed(int(seed))
81
- prompt_prefix = "high quality, best quality, highly detailed, masterpiece; "
82
  neg_prompt = "EasyNegative, drawn by bad-artist, sketch by bad-artist-anime, (bad_prompt:0.8), (artist name, signature, watermark:1.4), (ugly:1.2), (worst quality, poor details:1.4), bad-hands-5, badhandv4, blurry"
83
  text = prompt_prefix + text
84
  samples = pipe_t2i(
 
78
  return image
79
 
80
  setup_seed(int(seed))
81
+ prompt_prefix = "high quality, highly detailed, (best quality, masterpiece), "
82
  neg_prompt = "EasyNegative, drawn by bad-artist, sketch by bad-artist-anime, (bad_prompt:0.8), (artist name, signature, watermark:1.4), (ugly:1.2), (worst quality, poor details:1.4), bad-hands-5, badhandv4, blurry"
83
  text = prompt_prefix + text
84
  samples = pipe_t2i(