-
Notifications
You must be signed in to change notification settings - Fork 5
integrate cosmos-transfer1 + guided generation to I4H workflows #129
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
Conversation
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
Nic-Ma
reviewed
May 12, 2025
KumoLiu
reviewed
May 13, 2025
workflows/robotic_ultrasound/scripts/simulation/launch_transfer.sh
Outdated
Show resolved
Hide resolved
...ts/simulation/environments/cosmos_transfer1/config/generated_prompts_two_seperate_views.json
Show resolved
Hide resolved
KumoLiu
reviewed
May 13, 2025
...ic_ultrasound/scripts/simulation/environments/cosmos_transfer1/guided_generation_pipeline.py
Show resolved
Hide resolved
KumoLiu
reviewed
May 13, 2025
...imulation/environments/cosmos_transfer1/config/inference/cosmos-1-diffusion-control2world.py
Show resolved
Hide resolved
KumoLiu
reviewed
May 13, 2025
...ic_ultrasound/scripts/simulation/environments/cosmos_transfer1/guided_generation_pipeline.py
Outdated
Show resolved
Hide resolved
Nic-Ma
reviewed
May 14, 2025
...ic_ultrasound/scripts/simulation/environments/cosmos_transfer1/guided_generation_pipeline.py
Outdated
Show resolved
Hide resolved
Nic-Ma
reviewed
May 14, 2025
...lows/robotic_ultrasound/scripts/simulation/environments/cosmos_transfer1/model/model_ctrl.py
Outdated
Show resolved
Hide resolved
KumoLiu
reviewed
May 15, 2025
workflows/robotic_ultrasound/tests/test_simulation/test_integration_cosmos_transfer1.py
Outdated
Show resolved
Hide resolved
workflows/robotic_ultrasound/tests/test_simulation/test_integration_cosmos_transfer1.py
Outdated
Show resolved
Hide resolved
workflows/robotic_ultrasound/scripts/simulation/environments/cosmos_transfer1/transfer.py
Outdated
Show resolved
Hide resolved
KumoLiu
reviewed
May 15, 2025
KumoLiu
reviewed
May 15, 2025
workflows/robotic_ultrasound/scripts/simulation/environments/cosmos_transfer1/transfer.py
Show resolved
Hide resolved
|
/build |
|
Signed-off-by: YunLiu <[email protected]>
|
/build |
Signed-off-by: YunLiu <[email protected]>
…fer1-integrate Signed-off-by: YunLiu <[email protected]>
|
also tested locally: |
Signed-off-by: YunLiu <[email protected]>
KumoLiu
reviewed
May 26, 2025
workflows/robotic_ultrasound/tests/test_simulation/test_integration_cosmos_transfer1.py
Show resolved
Hide resolved
|
/build |
6 similar comments
|
/build |
|
/build |
|
/build |
|
/build |
|
/build |
|
/build |
Signed-off-by: YunLiu <[email protected]>
|
/build |
2 similar comments
|
/build |
|
/build |
wendell-hom
pushed a commit
that referenced
this pull request
May 28, 2025
### Description Integrate[ cosmos-transfer1](https://github.com/nvidia-cosmos/cosmos-transfer1/blob/861254a98a01d4e23f3e41d8a213d002a737e1d3/examples/inference_cosmos_transfer1_7b.md) with our proposed guided generation pipeline to the I4H workflow. --------- Signed-off-by: Pengfei Guo <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
wendell-hom
pushed a commit
that referenced
this pull request
May 28, 2025
### Description Integrate[ cosmos-transfer1](https://github.com/nvidia-cosmos/cosmos-transfer1/blob/861254a98a01d4e23f3e41d8a213d002a737e1d3/examples/inference_cosmos_transfer1_7b.md) with our proposed guided generation pipeline to the I4H workflow. --------- Signed-off-by: Pengfei Guo <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
wendell-hom
pushed a commit
that referenced
this pull request
May 28, 2025
### Description Integrate[ cosmos-transfer1](https://github.com/nvidia-cosmos/cosmos-transfer1/blob/861254a98a01d4e23f3e41d8a213d002a737e1d3/examples/inference_cosmos_transfer1_7b.md) with our proposed guided generation pipeline to the I4H workflow. --------- Signed-off-by: Pengfei Guo <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
wendell-hom
pushed a commit
that referenced
this pull request
May 28, 2025
### Description Integrate[ cosmos-transfer1](https://github.com/nvidia-cosmos/cosmos-transfer1/blob/861254a98a01d4e23f3e41d8a213d002a737e1d3/examples/inference_cosmos_transfer1_7b.md) with our proposed guided generation pipeline to the I4H workflow. --------- Signed-off-by: Pengfei Guo <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
Nic-Ma
pushed a commit
that referenced
this pull request
May 30, 2025
Fixes duplicated install of cudnn introduced by #129 Signed-off-by: Mingxin Zheng <[email protected]> Co-authored-by: YunLiu <[email protected]>
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.
Description
Integrate cosmos-transfer1 with our proposed guided generation pipeline to the I4H workflow.