- handler.py +2 -2
handler.py
CHANGED
|
@@ -54,8 +54,8 @@ class EndpointHandler():
|
|
| 54 |
image=image,
|
| 55 |
strength=strength,
|
| 56 |
num_inference_steps=num_inference_steps,
|
| 57 |
-
|
| 58 |
-
|
| 59 |
num_images_per_prompt=num_images_per_prompt,
|
| 60 |
aesthetic_score=aesthetic_score,
|
| 61 |
guidance_scale=guidance_scale,
|
|
|
|
| 54 |
image=image,
|
| 55 |
strength=strength,
|
| 56 |
num_inference_steps=num_inference_steps,
|
| 57 |
+
denoising_start=denoising_start,
|
| 58 |
+
denoising_end=denoising_end,
|
| 59 |
num_images_per_prompt=num_images_per_prompt,
|
| 60 |
aesthetic_score=aesthetic_score,
|
| 61 |
guidance_scale=guidance_scale,
|