dmingod commited on
Commit
6e89f05
·
1 Parent(s): a4efcf4
Files changed (1) hide show
  1. 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
- denoising_start_step=denoising_start,
58
- denoising_end_step=denoising_end,
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,