i
This commit is contained in:
parent
e1c9f1c5bd
commit
aa9c8a86bf
3
webui.py
3
webui.py
@ -3,7 +3,8 @@ from modules.default_pipeline import process
|
|||||||
|
|
||||||
|
|
||||||
def generate_clicked(positive_prompt):
|
def generate_clicked(positive_prompt):
|
||||||
return process(positive_prompt=positive_prompt, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality')
|
return process(positive_prompt=positive_prompt,
|
||||||
|
negative_prompt='plastic, blur, blurred, lack of detail, surface, plain, toon, clip art, flat')
|
||||||
|
|
||||||
|
|
||||||
block = gr.Blocks().queue()
|
block = gr.Blocks().queue()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user