This commit is contained in:
parent
c794819762
commit
e1c9f1c5bd
2
webui.py
2
webui.py
|
|
@ -3,7 +3,7 @@ from modules.default_pipeline import process
|
|||
|
||||
|
||||
def generate_clicked(positive_prompt):
|
||||
return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly, lowres, bad anatomy, bad hands, cropped, worst quality')
|
||||
return process(positive_prompt=positive_prompt, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality')
|
||||
|
||||
|
||||
block = gr.Blocks().queue()
|
||||
|
|
|
|||
Loading…
Reference in New Issue