Image-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
jonathanpark commited on
Commit
7fecf18
·
1 Parent(s): ca2f7e7

remove usage of height

Browse files
Files changed (1) hide show
  1. handler.py +1 -3
handler.py CHANGED
@@ -62,9 +62,7 @@ class EndpointHandler():
62
  num_inference_steps=num_inference_steps,
63
  guidance_scale=guidance_scale,
64
  num_images_per_prompt=1,
65
- negative_prompt=negative_prompt,
66
- height=height,
67
- width=width
68
  )
69
 
70
  # return first generated PIL image
 
62
  num_inference_steps=num_inference_steps,
63
  guidance_scale=guidance_scale,
64
  num_images_per_prompt=1,
65
+ negative_prompt=negative_prompt
 
 
66
  )
67
 
68
  # return first generated PIL image