zigma
zigma copied to clipboard
A PyTorch implementation of the paper "ZigMa: A DiT-Style Mamba-based Diffusion Model" (ECCV 2024)
TypeError: Mamba.__init__() got an unexpected keyword argument 'scan_type'.
Hi, I notice from your README file that torch.compile provides a great speedup. However, I didn't see where you implemented torch.compile for your train_acc.py. I tried to add torch.compile(model) for...
Hi @GrebenkovaO @dimakot55 @m990130 ,Thanks for the great work.I am looking to try this approach for simple classification.How can I make changes in the code?Can you epxlain in little detail?
Thank you for sharing your work on the Zigzag Mamba Diffusion Model. The paper mentions video generation experiments on the UCF101 dataset, but I noticed that the video generation results...
Rather than a purely sequential scan through the patches, I feel it would make more sense to use take inputs from multiple patches at once. Obviously you are limited in...
when: cd dis_causal_conv1d && pip install -e . && cd .. error: anaconda3/envs/zigma/compiler_compat/ld: cannot find -lgcc_s: No such file or directory collect2: error: ld returned 1 exit status Can I...
How do I download and pre-process the facehq dataset
请问连续扫描的实现是哪一部分代码呢?
Hi @stefan-baumann @GrebenkovaO @dongzhuoyao @dimakot55 @m990130 , I would like to train a model using my custom dataset. Is there a way to provide a custom prompt for each image...