- handler.py +1 -3
handler.py
CHANGED
|
@@ -59,9 +59,7 @@ class EndpointHandler():
|
|
| 59 |
num_images_per_prompt=num_images_per_prompt,
|
| 60 |
aesthetic_score=aesthetic_score,
|
| 61 |
guidance_scale=guidance_scale,
|
| 62 |
-
negative_prompt=negative_prompt
|
| 63 |
-
height=height,
|
| 64 |
-
width=width
|
| 65 |
)
|
| 66 |
|
| 67 |
# return first generate PIL image
|
|
|
|
| 59 |
num_images_per_prompt=num_images_per_prompt,
|
| 60 |
aesthetic_score=aesthetic_score,
|
| 61 |
guidance_scale=guidance_scale,
|
| 62 |
+
negative_prompt=negative_prompt
|
|
|
|
|
|
|
| 63 |
)
|
| 64 |
|
| 65 |
# return first generate PIL image
|