Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,8 +70,8 @@ def greet(description,color,features,occasion,type_,face):
|
|
| 70 |
image = pipe(
|
| 71 |
prompt,
|
| 72 |
negative_prompt='deformed face,bad anatomy',
|
| 73 |
-
width=
|
| 74 |
-
height=
|
| 75 |
num_inference_steps=100,
|
| 76 |
guidance_scale=7.5,
|
| 77 |
cross_attention_kwargs={"scale": 1.0}
|
|
|
|
| 70 |
image = pipe(
|
| 71 |
prompt,
|
| 72 |
negative_prompt='deformed face,bad anatomy',
|
| 73 |
+
width=624,
|
| 74 |
+
height=1024,
|
| 75 |
num_inference_steps=100,
|
| 76 |
guidance_scale=7.5,
|
| 77 |
cross_attention_kwargs={"scale": 1.0}
|