Model/Pipeline/Scheduler description
I would like to implement a modular version of the PixArt pipeline family, as discussed in #13295.
The initial scope includes the PixArtAlphaPipeline under src/diffusers/pipelines/pixart_alpha/. Currently, the focus is on PixArt-α only. The implementation would be structured so that PixArtSigmaPipeline support can be added later in a follow-up.
Current plan:
Add a new modular PixArt package under src/diffusers/modular_pipelines/, following the structure of the existing built-in modular pipelines.
encoders for prompt encoding
before_denoise for input / latent preparation and timestep setup
denoise for the main PixArt denoising loop
decoders for VAE decoding and post-processing
I’m happy to implement this myself, and this would be my first contribution to Diffusers.
Open source status
Provide useful links for the implementation
Relevant references:
- Current Diffusers implementation:
src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
src/diffusers/pipelines/pixart_alpha/pipeline_pixart_sigma.py
- PixArt docs / weights:
Model/Pipeline/Scheduler description
I would like to implement a modular version of the PixArt pipeline family, as discussed in #13295.
The initial scope includes the
PixArtAlphaPipelineunder src/diffusers/pipelines/pixart_alpha/. Currently, the focus is on PixArt-α only. The implementation would be structured so thatPixArtSigmaPipelinesupport can be added later in a follow-up.Current plan:
Add a new modular PixArt package under
src/diffusers/modular_pipelines/, following the structure of the existing built-in modular pipelines.encodersfor prompt encodingbefore_denoisefor input / latent preparation and timestep setupdenoisefor the main PixArt denoising loopdecodersfor VAE decoding and post-processingI’m happy to implement this myself, and this would be my first contribution to Diffusers.
Open source status
Provide useful links for the implementation
Relevant references:
src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.pysrc/diffusers/pipelines/pixart_alpha/pipeline_pixart_sigma.py