Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
f698b50
1
Parent(s):
5654bc2
webui.py
CHANGED
@@ -3,7 +3,8 @@ from modules.default_pipeline import process
|
|
3 |
|
4 |
|
5 |
def generate_clicked(positive_prompt):
|
6 |
-
return process(positive_prompt=positive_prompt,
|
|
|
7 |
|
8 |
|
9 |
block = gr.Blocks().queue()
|
|
|
3 |
|
4 |
|
5 |
def generate_clicked(positive_prompt):
|
6 |
+
return process(positive_prompt=positive_prompt,
|
7 |
+
negative_prompt='plastic, blur, blurred, lack of detail, surface, plain, toon, clip art, flat')
|
8 |
|
9 |
|
10 |
block = gr.Blocks().queue()
|