Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
salma-remyx 
posted an update 2 days ago
Post
2337
New diffusion methods can take months or years to reach diffusers.

Until then, trying them means working through fragmented research repos with different dependencies, APIs, and implementation choices. Maintainers also can’t review and maintain every promising method in the main repo.

We’re sharing flux-modular-diffusers as a shared test bed for new FLUX methods. https://github.com/remyxai/flux-modular-diffusers
Each one is adapted to the same ModularPipeline interface, validated with a GPU notebook, and published as its own Hub artifact.

@sayakpaul suggested this path on our HRDiT PR. We added Outrider, our open-source GitHub Action that discovers relevant methods and implements them as draft PRs.

Outrider drafted each pipeline against the repo’s shared conventions. We reviewed the implementations, ran the GPU validation, and published the ones that passed.

This helped us quickly grow the test bed to 10 pipelines covering:
* High-res + panoramic generation: HRDiT, DyPE, Panorama
* Identity + virtual try-on: PuLID, CatVTON
* Image editing + regional control: FlowEdit, KV-Edit, Regional Prompting
* Style + character consistency: StyleAligned, StoryDiffusion

Users get new methods sooner and a consistent way to test them. Maintainers can review the implementation and results without taking on every method in core.

Resources:
🧩 Modular Diffusers: https://huggingface.co/blog/modular-diffusers
🧪 FLUX test bed: https://github.com/remyxai/flux-modular-diffusers
📚 FLUX Modular Diffusers collection: https://huggingface.co/collections/remyxai/flux-modular-diffusers
🤖 Outrider: https://github.com/remyxai/outrider
In this post