- handler.py +1 -2
handler.py
CHANGED
@@ -59,8 +59,7 @@ class EndpointHandler():
|
|
59 |
denoising_end_step=denoising_end,
|
60 |
num_images_per_prompt=num_images_per_prompt,
|
61 |
aesthetic_score=aesthetic_score,
|
62 |
-
guidance_scale=guidance_scale,
|
63 |
-
num_images_per_prompt=1,
|
64 |
negative_prompt=negative_prompt,
|
65 |
height=height,
|
66 |
width=width
|
|
|
59 |
denoising_end_step=denoising_end,
|
60 |
num_images_per_prompt=num_images_per_prompt,
|
61 |
aesthetic_score=aesthetic_score,
|
62 |
+
guidance_scale=guidance_scale,
|
|
|
63 |
negative_prompt=negative_prompt,
|
64 |
height=height,
|
65 |
width=width
|