modelscope / modelscope/DiffSynth-Studio
Could you please update the package version of transformers in requirements.txt
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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