Cherry-pick #1728 to r0.4.0 (Qwen refs removed)#2031
Merged
Conversation
Cherry-pick of #1728 to r0.4.0, with QwenImage-specific additions dropped because the underlying Qwen-Image support (#1704, #1976) is not on r0.4.0. Concretely, this variant excludes: - examples/diffusion/finetune/qwen_image_t2i_flow.yaml (not created) - "QwenImagePipeline" entry in examples/diffusion/generate/generate.py - qwen_image_t2i_flow.yaml entry in nightly_recipes.yml - qwen_image_t2i_flow*) case block in diffusion_finetune_launcher.sh The remaining CI infrastructure (Wan, Hunyuan, Flux) is unchanged from the original PR. Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
akoumpa
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Manual cherry-pick of #1728 (
feat: Add diffusion finetuning CI pipeline for nightly runs) ontor0.4.0, with all QwenImage-specific additions removed. The underlying Qwen-Image support (#1704, #1976) is not onr0.4.0, so wiring CI for it would be half-implemented and non-functional.Reopens the work previously tracked in #2030 (closed).
What is excluded (vs. the original #1728)
examples/diffusion/finetune/qwen_image_t2i_flow.yaml— not created onr0.4.0"QwenImagePipeline": "image"entry inexamples/diffusion/generate/generate.py- qwen_image_t2i_flow.yamlentry intests/ci_tests/configs/diffusion_finetune/nightly_recipes.ymlqwen_image_t2i_flow*)case block intests/ci_tests/scripts/diffusion_finetune_launcher.shWhat lands
CI infra for the models already supported on
r0.4.0: Wan2.1, HunyuanVideo, Flux. New files:tests/ci_tests/configs/diffusion_finetune/nightly_recipes.ymltests/ci_tests/configs/diffusion_finetune/override_recipes.ymltests/ci_tests/scripts/diffusion_finetune_launcher.shPlus CI sections appended to the existing Wan/Hunyuan/Flux recipe yamls, and updates to
tests/ci_tests/utils/generate_ci_tests.py.Test plan
r0.4.0with the cherry-pick🤖 Generated with Claude Code