patch_match compiling failed, will fall back to edge_pad #74
Unanswered
TheOriSpecial
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Change directory to By the way, it seems that you downloaded the source code package rather than cloned the repo. In that case, the submodules might also be missing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem, after installing conda and packages i faced this problem:
(sd-inf) C:\Users\TheSpecial>Python C:\Users\TheSpecial\Desktop\stablediffusion-infinity-master\app.py
patch_match compiling failed, will fall back to edge_pad
No module named 'fpie' so PhotometricCorrection is disabled
Traceback (most recent call last):
File "C:\Users\TheSpecial\Desktop\stablediffusion-infinity-master\app.py", line 298, in
upload_button_js = load_js("upload")
File "C:\Users\TheSpecial\Desktop\stablediffusion-infinity-master\app.py", line 293, in load_js
with open(f"./js/{name}.js", "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: './js/upload.js'
Does anyone know how to fix it?
P.S. I'm using Win10 21H2 x64
Beta Was this translation helpful? Give feedback.
All reactions