tonyassi commited on
Commit
e0b6d19
1 Parent(s): 74e2c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,