Qianli Ma

Results 5 issues of Qianli Ma

Hi, thanks for your great work _Adversarial Diffusion Distillation_, and I am interested in your "GAN-supervised Diffusion Distillation" Method. But I do not find the training code for ADD... Any...

**Description:** Here is my spliting code: ```python [] from scenedetect import open_video, SceneManager, split_video_ffmpeg from scenedetect.detectors import ContentDetector from scenedetect.video_splitter import split_video_ffmpeg def split_video_into_scenes(video_path, threshold=27.0): # Open our video, create...

bug

Hi @bokyeong1015 , thanks for your great work! I modified diffusers/train_text_to_image.py and used your fine-tuning strategy: on 212k subset of laion. But when I run the training code, **loading dataset...

https://github.com/GuoLanqing/ShadowDiffusion/blob/a7e7aff3028e7d7e89be0f3d3d46479dbcea00dd/README.md?plain=1#L33C96-L33C105 Hi, Lanqing @GuoLanqing, thanks for your great work! I found an empty link when trying to download the 'ISTD'. Was it a typo?

Hi @VainF , thanks to your excellent work! I am trying to prune DDPM and I want to record the mapping relationship between remaining channels and the origin channels. For...