You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we recently added PAG support for SDXL. Is Anyone interested in extending PAG support to Hunyuan-DIT and Pixart-Sigma?
There is no implementation available, so it is a bit of a research-oriented project (= fun!!). and you can get directly feedbacks from the authors @sunovivid@HyoungwonCho
we recently added PAG support for SDXL. Is Anyone interested in extending PAG support to Hunyuan-DIT and Pixart-Sigma?
There is no implementation available, so it is a bit of a research-oriented project (= fun!!). and you can get directly feedbacks from the authors @sunovivid @HyoungwonCho
to add PAG support to new models:
PAGMixin
as it is (or with some modification)(https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/pag/pag_utils.py#L27)HunyuanPAGIdentitySelfAttnProcessor2_0
andHunyuanPAGCFGIdentitySelfAttnProcessor2_0
based onHunyuanAttnProcessor2_0
https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/attention_processor.py#L1499HunyuanPAGPipeline
/PixartSigmaPAGPipeline
under thepag
folder (for now!)The text was updated successfully, but these errors were encountered: