Commit ·
64362a8
1
Parent(s): e86a857
remove height width
Browse files- handler.py +2 -2
handler.py
CHANGED
|
@@ -77,8 +77,8 @@ class EndpointHandler():
|
|
| 77 |
guidance_scale=guidance_scale,
|
| 78 |
num_images_per_prompt=1,
|
| 79 |
negative_prompt=negative_prompt,
|
| 80 |
-
height=height,
|
| 81 |
-
width=width
|
| 82 |
)
|
| 83 |
|
| 84 |
# return first generated PIL image
|
|
|
|
| 77 |
guidance_scale=guidance_scale,
|
| 78 |
num_images_per_prompt=1,
|
| 79 |
negative_prompt=negative_prompt,
|
| 80 |
+
# height=height,
|
| 81 |
+
# width=width
|
| 82 |
)
|
| 83 |
|
| 84 |
# return first generated PIL image
|