lkwq007 / stablediffusion-infinity

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

patch_match compiling failed #48

Closed ZeroCool22 closed 2 years ago

ZeroCool22 commented 2 years ago

I already execute both commands (running locally with CONDA PROMPT):

**pip install opencv-python

conda install -c conda-forge opencv**

Still giving that error.

ZeroCool22 commented 2 years ago

Screenshot_19

Mmmm, strange, looks like it's working even with that error?

patchmatch is selected in left down corner.

lkwq007 commented 2 years ago

@ZeroCool22 If you got patch_match compiling failed error, the patchmatch option then falls back to edge_pad.

Please try the latest version (via a fresh clone). I think it might work on Windows 10/11 x64.

ZeroCool22 commented 2 years ago

@ZeroCool22 If you got patch_match compiling failed error, the patchmatch option then falls back to edge_pad.

Please try the latest version (via a fresh clone). I think it might work on Windows 10/11 x64.

You mean i clone the repo again? Or you refer to some command in the CMD?

lkwq007 commented 2 years ago

@ZeroCool22 If you got patch_match compiling failed error, the patchmatch option then falls back to edge_pad. Please try the latest version (via a fresh clone). I think it might work on Windows 10/11 x64.

You mean i clone the repo again? Or you refer to some command in the CMD?

Right. You may need to clone the repo again. (delete the original one and clone it again / or clone the repo at a new location) Due to a submodule change, I am unsure if the submodules can be updated correctly via commands .