-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[None][feat] Support the DMD2-distilled Cosmos3-Super-Text2Image-4Step checkpoint #16563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
992e5a3
Add Cosmos3-Super-Text2Image-4Step to supported models
ishovkun 8ec270d
[None][chore] Require diffusers>=0.39.0 for seeded FlowMatchEuler sto…
ishovkun 6131ef7
[None][feat] Accept Cosmos3 transformer configs from newer diffusers …
ishovkun 978cb74
[None][feat] Support the DMD2-distilled Cosmos3 4-step text-to-image …
ishovkun 818984a
[None][doc] Document Cosmos3-Super-Text2Image-4Step usage
ishovkun faf6eef
[None][test] Cover the distilled Cosmos3 sampling path
ishovkun caea577
Add output file size check to Cosmos3 T2I test
ishovkun a98408f
Add type annotations to VisualGen test helpers and fixtures
ishovkun 86101a2
Fix test_old_schema_untouched to verify all non-default fields
ishovkun 0a64164
Add TypeVar annotation to preserve config type in compat defaults
ishovkun c25b9aa
[None][fix] Call the lazy _venv_check_call wrapper in the t2i_4step e…
ishovkun 2eabbb6
[None][fix] Require stochastic sampling in the distilled Cosmos3 recipe
ishovkun 8918222
[None][fix] Reject image-conditioned requests on distilled Cosmos3 ch…
ishovkun baef76e
[None][doc] Acknowledge mode-deferred defaults in the default_params …
ishovkun e6f661f
[None][infra] Run the t2i_4step example post-merge on B200
ishovkun 3db3276
[None][chore] Align the dev diffusers pin with the runtime floor
ishovkun a9a7dac
[None][fix] Stop forcing TLLM_DISABLE_MPI on every VisualGen unit test
ishovkun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2022-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| # 1-GPU Cosmos3 text-to-image deployment (base or distilled T2I checkpoints). | ||
| # Model: nvidia/Cosmos3-Super-Text2Image or nvidia/Cosmos3-Super-Text2Image-4Step | ||
| # Shared by offline examples (--visual_gen_args) and trtllm-serve. | ||
| # | ||
| # Warmup expresses the deployed workload: warms the 1024x1024 single-frame | ||
| # shape instead of the omni default (720p x 189-frame video). Requests should | ||
| # pass output_type="image". | ||
| attention_config: | ||
| backend: VANILLA | ||
| parallel_config: | ||
| cfg_size: 1 | ||
| ulysses_size: 1 | ||
| compilation_config: | ||
| resolutions: [[1024, 1024]] | ||
| num_frames: [1] | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.