-
Notifications
You must be signed in to change notification settings - Fork 6k
Adds Img2Img2 Variant for HunyuanDiT. #9041
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
base: main
Are you sure you want to change the base?
Conversation
cc: @yiyixuxu |
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.
looks really good!
thanks for the PR!
can we add a test (similar to https://github.com/huggingface/diffusers/blob/main/tests/pipelines/hunyuan_dit/test_hunyuan_dit.py) and doc too?
) | ||
|
||
# 1. Check inputs. Raise error if not correct | ||
self.check_inputs( |
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 check strength
too?
diffusers/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_img2img.py
Line 655 in 867e0c9
if strength < 0 or strength > 1: |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
@MnCSSJ4x The work left:
|
@yiyixuxu |
What does this PR do?
Adds Img2Img variant for HunyuanaDiT as per discussion in #8992.
Before submitting
How to reproduce:
Output:

A colab notebook demonstrating all results can be found here.
Who can review?
@a-r-r-o-w @DN6