lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
7.7k stars 737 forks source link

Conflicting requirements in `requirements-versions.txt` #1092

Open agronholm opened 1 month ago

agronholm commented 1 month ago

The handrefinerportable==2024.2.12.0 requirement requires mediapipe which in turn requires protobuf >= 4.25.3, thus causing a conflict with the protobuf==3.20.0 requirement in requirements-versions.txt. Then again, open-clip-torch 2.20 requires protobuf < 4, making the depdendency resolution impossible to be fulfilled correctly.

The solution would be to upgrade to the latest open-clip-torch which does not have this problem.

Tom-Neverwinter commented 1 month ago

have you tested this out of curiosity? might reduce some of the overhead

agronholm commented 1 month ago

You mean upgrading open-clip-torch, or...?