lkwq007 / stablediffusion-infinity

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

[Bug] missing 2 required positional arguments: 'image' and 'mask_image' #113

Open ioma8 opened 1 year ago

ioma8 commented 1 year ago

Describe the bug Using MacOs M1 32GB ram. Did git clone, continued with steps (installing conda environment) from the MacOs specific documentation section. No problems. Tried starting with python app.py --local_model path_to_my_model-14.ckpt

Gradle UI got started. Selected model type SD 1.4 Clicked on "Click to Setup." In console some things downloaded and it ended with following error which also got shown in Gradle UI. Multiple attempts, same outcome.

StableDiffusionInpaintPipeline.__call__() missing 2 required positional arguments: 'image' and 'mask_image'
UglyStupidHonest commented 1 year ago

Same here but on Ubuntu 22.4 I think its only about the initial outpaint though if I load a image it works :)

lkwq007 commented 1 year ago

Fixed with the latest commit.