i
This commit is contained in:
parent
789e1a6014
commit
c338097ca4
2
webui.py
2
webui.py
@ -3,7 +3,7 @@ from modules.default_pipeline import process
|
|||||||
|
|
||||||
|
|
||||||
def generate_clicked(positive_prompt):
|
def generate_clicked(positive_prompt):
|
||||||
return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly')
|
return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly, lowres, bad anatomy, bad hands, cropped, worst quality')
|
||||||
|
|
||||||
|
|
||||||
block = gr.Blocks().queue()
|
block = gr.Blocks().queue()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user