modelscope / modelscope/DiffSynth-Studio

Could you please update the package version of transformers in requirements.txt

Open
#514 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13.1k
Forks
1.3k
Avg merge
13h 12m
Merged PRs (30d)
45

Description

Could you please update the package version requirements in requirements.txt? For example, I want to use the latest Qwen2.5VL to assist in generating Prompts, which requires a higher version of transformers. However, if the diffsynth package is installed using pip install -e ., the version will be restored to 4.46.2. This leads to the inability to obtain the expected effect.

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.txt and inspect how pip install -e . pins transformers to 4.46.2. Check the required higher version for Qwen2.5VL and verify that editable installation preserves the updated requirement; done means the expected Qwen2.5VL prompt-generation effect is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.