-
Notifications
You must be signed in to change notification settings - Fork 93
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
ConsisID for xdit #405
ConsisID for xdit #405
Conversation
examples/run_consisid.sh
Outdated
# PARALLLEL_VAE="--use_parallel_vae" | ||
ENABLE_TILING="--enable_tiling" | ||
# COMPILE_FLAG="--use_torch_compile" | ||
INPUT_IMAGE='--image_path /storage/hxy/cvpr2025/ConsisID/asserts/example_images/4.png' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use a relative path here and give instruction to users how to download this image?
@@ -112,6 +116,9 @@ def __init__(self, pipeline: DiffusionPipeline, config: EngineConfig): | |||
backbone_inner_dim=pipeline.transformer.config.num_attention_heads | |||
* pipeline.transformer.config.attention_head_dim, | |||
) | |||
|
|||
print(f"self.cogvideox:{self.cogvideox}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove the debug code?
You can also update the readme page with consistid on news and supported model session. |
@pkuhxy Xianyi, the PR looks perfect! |
I have fix some bugs and reorganize the code. to do:
input: https://github.com/PKU-YuanGroup/ConsisID/blob/main/asserts/example_images/2.png?raw=true consisid_dp1_cfg1_ulysses2_ring3_tp1_pp1_patchNone_720x480.mp4input: https://github.com/PKU-YuanGroup/ConsisID/blob/main/asserts/example_images/1.png?raw=true c6e86f71ca0c192c8e0f538900311553.mp4 |
We have completed all parts of this PR. Please review the code and merge it. Thank you! |
@@ -0,0 +1,41 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dose this script work with pipefusion degree>1?
I'm sorry that my misoperation caused the previous repository to become invalid, so I resubmitted a pull request.