artificialguybr
commited on
Commit
•
350470b
1
Parent(s):
2047d5a
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def generate_image(prompt):
|
|
20 |
payload = {
|
21 |
"inputs": full_prompt,
|
22 |
"parameters": {
|
23 |
-
"negative_prompt": "bad art, ugly,
|
24 |
"num_inference_steps": 30,
|
25 |
"scheduler": "DPMSolverMultistepScheduler"
|
26 |
},
|
|
|
20 |
payload = {
|
21 |
"inputs": full_prompt,
|
22 |
"parameters": {
|
23 |
+
"negative_prompt": "(worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3)",
|
24 |
"num_inference_steps": 30,
|
25 |
"scheduler": "DPMSolverMultistepScheduler"
|
26 |
},
|