Skip to content

Adding Differential Diffusion to Kolors, Auraflow, HunyuanDiT #8924

Closed
@a-r-r-o-w

Description

@a-r-r-o-w

Diffusers recently added support for the following models:

A few weeks ago, we also added community pipelines for Differential Diffusion utilizing SDXL and SD3. You can search for "diff diff" comments in the PR files to find the required changes.

We would like to extend DiffDiff support for Kolors, AuraFlow and Hunyuan. Feel free to pick and iterate on one of the models that has not been assigned to someone else already 🤗

  • You will have to create a community pipeline in examples/community folder.
  • The pipeline may need to be an Image-to-Image variant of the original Text-to-Image implementation to start off, since it would then be easier to add the required changes for DiffDiff. It should, hopefully, not be too difficult and can be created by following the changes in our Img2Img pipelines. For example, Kolors and KolorsImg2Img. Feel free to ping me for help regarding anything and mentioning what you tried
  • Add the pipeline name, description, reference link, colab (if any), and your name to the Community README. Also, add a section with the necessary inference code and your cool image showcases 😎
  • Create a PR posting a reproducible code example or link to a colab notebook. Also post a few generation results with all required input images for the code to be runnable.

When opening a PR, you can tag me and @DN6. For a more critical review of your generations, you can also tag @asomoza.

Make sure to read the Diffusers contributing guide if you're a first-time contributor.

You can find some more informational content here:

Keep diffusing 🧨

Edit: If you're working on this, it is better to follow the implementation of Stable Diffusion 3. Make sure to not add any additional pre-processing code to the pipelines using external libraries or torchvision. You can follow the changes in this commit. Please make sure to go through all the links shared here

Thanks to @MnCSSJ4x for adding support to HunyuanDiT!

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions