modelscope / modelscope/DiffSynth-Studio
FLUX2-klein模型多图输入的训练任务
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.1k
- Forks
- 1.3k
- Avg merge
- 13h 12m
- Merged PRs (30d)
- 45
Description
目前example/flux2中train.py只支持文生图任务的data格式,用data["image"]、data["prompt"]来解析。请问如果是图片输入+prompt的图片编辑任务,以及多图片输入+prompt的风格迁移任务,需要怎么组织数据?是否有一个train.py的样例可以提供?
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 example/flux2/train.py and inspect how the current data format is parsed through data["image"] and data["prompt"]. Determine the expected structures for image-editing and multi-image style-transfer inputs, then provide or add train.py examples for those tasks. Done means the supported input organization and corresponding examples are clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100