Remove width and height from edited_image

#1
by CORTON - opened
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -56,8 +56,6 @@ pipe = StableDiffusionXLInstructPix2PixPipeline.from_pretrained(
56
  edited_image = pipe(
57
  prompt=edit_instruction,
58
  image=image,
59
- height=resolution,
60
- width=resolution,
61
  guidance_scale=3.0,
62
  image_guidance_scale=1.5,
63
  num_inference_steps=30,
 
56
  edited_image = pipe(
57
  prompt=edit_instruction,
58
  image=image,
 
 
59
  guidance_scale=3.0,
60
  image_guidance_scale=1.5,
61
  num_inference_steps=30,