lllyasviel / lllyasviel/stable-diffusion-webui-forge

Conflicting requirements in `requirements-versions.txt`

Open
#1,092 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with requirements-versions.txt and reproduce the dependency resolution involving handrefinerportable, mediapipe, protobuf, and open-clip-torch. Check the available open-clip-torch versions and verify that the selected requirements resolve without conflicting protobuf constraints; done means the dependency set can be installed consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.