XCL
XCL
Hi authors! Thank you for providing the source codes for the excellent work! I have a question regarding the MNIST-RBM experiments (rbm_sample.py). It seems that all the methods are initialized...
Hi, Your work is amazing! I'm wondering whether you are going to release the code for :1. Data-free pruning 2. Data-free Knowledge Transfer 3. Data-free Continual Learning. Thanks!
**This PR did the following things:** 1. Created `HunyuanDiTPipeline` in `src/diffusers/pipelines/hunyuandit/` and `HunyuanDiT2DModel` in `./src/diffusers/models/transformers/`. 2. To support `HunyuanDiT2DModel`, added `HunyuanDiTBlock` and helper functions in `src/diffusers/models/attention.py` . 3. Uploaded the...
Hi, This PR adds the conversion scripts for HunyuanDiT. I also slightly modified HunyuanDiT-ControlNet to make it compatible with v1.2 model. Thanks. @yiyixuxu @sayakpaul
Added LoRA support to HunyuanDiT pipeline. Currently can only support `lora_scale=1`. You may test the PR with `test_hunyuandit_lora.py`. A pre-trained LoRA model is uploaded here: https://huggingface.co/XCLiu/hunyuandit-lora-test Please change `YOUR_LORA_PATH` to...