fix crash albumentations==1.4.3 #190

Open
w-e-w wants to merge 1 commits from w-e-w/albumentations==1.4.3 into main
w-e-w commented 2024-04-21 12:23:05 +02:00 (Migrated from github.com)

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

recent Upstream package changes causes installing insightface break webui - for details read this post https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15564 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
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin w-e-w/albumentations==1.4.3:w-e-w/albumentations==1.4.3
git checkout w-e-w/albumentations==1.4.3
Sign in to join this conversation.