Skip to content

Feature/add support for hunyuan 1 5#27

Merged
omkar-foundry merged 3 commits into
mainfrom
feature/add_support_for_hunyuan_1_5
Jul 15, 2026
Merged

Feature/add support for hunyuan 1 5#27
omkar-foundry merged 3 commits into
mainfrom
feature/add_support_for_hunyuan_1_5

Conversation

@omkar-foundry

Copy link
Copy Markdown
Contributor

Added support for Hunyuan T2V and I2V models.

Image2Video model takes a single image as input and generates video sequence.
- Noise latents need to be resized according to model target size. similarly the input image is also resized to match the latents.
- The model also does not take height, width and callback_on_end parameters in its __call__ function so this kwargs are omitted in base driver by checking the signature of the function.
- The output latents are finally resized to match the original latent shape in the decode function.
…pipelines.

- Updated Claude code skills to implement encode media and add_noise_to_latents for video pipelines.
@omkar-foundry
omkar-foundry force-pushed the feature/add_support_for_hunyuan_1_5 branch 3 times, most recently from 10b4017 to 7171537 Compare July 15, 2026 16:05
Improve badge and tooltip message.
Improve skills documentation.
Create blocks for encode_media and add_noise_to_latents.
Fix formatting issues.
@omkar-foundry
omkar-foundry force-pushed the feature/add_support_for_hunyuan_1_5 branch from 7171537 to cff3b0f Compare July 15, 2026 16:09
@omkar-foundry
omkar-foundry merged commit c2ffb94 into main Jul 15, 2026
4 checks passed
@omkar-foundry
omkar-foundry deleted the feature/add_support_for_hunyuan_1_5 branch July 15, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants