lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.82k stars 300 forks source link

[Bug] line 504 got an unexpected keyword argument `width` #167

Closed benjysugi closed 1 year ago

benjysugi commented 1 year ago

Describe the bug I'm having an issue with the local setup where I keep getting an error __call__ in C:\Users\bsugiyama\anaconda3\envs\sd-inf\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion_inpaint_legacy.py line 504 got an unexpected keyword argument "width"

To Reproduce Steps to reproduce the behavior:

  1. Install with the guide
  2. Install fpie
  3. Attempt to run

Expected behavior Get an output image

Screenshots image image

Desktop (please complete the following information):

lkwq007 commented 1 year ago

Fixed with the latest commit. (related to https://github.com/huggingface/diffusers/blob/f7bb9cae114575b5ce2b94c122332114a0def106/src/diffusers/utils/deprecation_utils.py#L43)