Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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(
|