glucauze / sd-webui-faceswaplab

Extended faceswap extension for StableDiffusion web-ui with multiple faceswaps, inpainting, checkpoints, ....
https://glucauze.github.io/sd-webui-faceswaplab/
GNU Affero General Public License v3.0
707 stars 92 forks source link

fix crash albumentations==1.4.3 #190

Open w-e-w opened 2 months ago

w-e-w commented 2 months ago

recent Upstream package changes causes installing insightface break webui

fix solution, install albumentations==1.4.3 before insightface this way pip won't auto install the newest version 1.4.4

note I did not specifically test this with this extension this PR is based off knowledge