htyjers / StrDiffusion

[CVPR 2024] Structure Matters: Tackling the Semantic Discrepancy in Diffusion Models for Image Inpainting
Apache License 2.0
85 stars 11 forks source link

Test not working, Windows? #43

Open juntaosun opened 1 month ago

juntaosun commented 1 month ago

Python3 ./test/texture/config/inpainting/test.py

torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: [WinError 2] subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.

fused_act.py fused = load( "fused", sources=[ os.path.join(module_path, "fused_bias_act.cpp"), os.path.join(module_path, "fused_bias_act_kernel.cu"), ], )