CompVis / zigma

A PyTorch implementation of the paper "ZigMa: A DiT-Style Mamba-based Diffusion Model" (ECCV 2024)
https://taohu.me/zigma
Apache License 2.0
252 stars 16 forks source link

Is there a plan to provide a general zigma block implementation in the style of mambapy #13

Closed ut21 closed 2 months ago

ut21 commented 2 months ago

Basically a mamba model with zigzag scan but can be plugged into other models by taking in a tensor of shape B, L, D and returning output tensor of the same shape? Something like: https://github.com/alxndrTL/mamba.py#usage

dongzhuoyao commented 2 months ago

good proposal, I have put it in our plan. We will notify you when we have those impl. Cheers~