modelscope / modelscope/DiffSynth-Studio
minimax-H3 FL2VA train error
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.1k
- Forks
- 1.3k
- Avg merge
- 13h 12m
- Merged PRs (30d)
- 45
Description
[rank5]: noise_pred, noise_pred_audio = pipe.model_fn(
[rank5]: ^^^^^^^^^^^^^^
[rank5]: TypeError: model_fn_minimax_h3() missing 1 required positional argument: 'audio_latents'
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
Reproduce the training error and trace the pipe.model_fn call to model_fn_minimax_h3, focusing on the missing audio_latents argument shown in the traceback. Check the surrounding model invocation and confirm the affected training path completes without the TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100