Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ def greet(description,color,features,occasion,type_):
|
|
32 |
print('prompt:',prompt)
|
33 |
image = pipe(
|
34 |
prompt,
|
|
|
35 |
width=312,
|
36 |
height=512,
|
37 |
num_inference_steps=100,
|
|
|
32 |
print('prompt:',prompt)
|
33 |
image = pipe(
|
34 |
prompt,
|
35 |
+
negative_prompt='deformed face,bad anatomy',
|
36 |
width=312,
|
37 |
height=512,
|
38 |
num_inference_steps=100,
|