AnimateLCM icon indicating copy to clipboard operation
AnimateLCM copied to clipboard

[SIGGRAPH ASIA 2024 TCS] AnimateLCM: Computation-Efficient Personalized Style Video Generation without Personalized Video Data

Results 11 AnimateLCM issues
Sort by recently updated
recently updated
newest added

Hi, Firstly, Great work. I have a question regarding the distillation of video diffusion model. Did you used the DDIM sampler while distilling from the video based diffusion model and...

Nice work! And when will the code be released?

I want to know, during distillation training, is the CFG a range of values or is it always kept at 7.5?

Thanks for the great work, also for releasing the training script `train_svd_lcm.py`. I am trying to reproduce the results using the provided `train_svd_lcm.py`, but after half of the training (20,000...

Dear AnimateLCM team, Thank you for your great work, I really like it. Could you tell me how to generate a long video (>10s) as you show on the readme...

in the paper, you make image consistency model with lora, is that the lcm_lora ? ![image](https://github.com/user-attachments/assets/8579966a-9f4a-4fcc-b7f1-0e42ea5555cd)

when you train LCM_svd, you set svd_solver like, svd_solver = SVDSolver(args.N, noise_scheduler.config.sigma_min, noise_scheduler.config.sigma_max, 7,0.7, 1.6) why you change training timestep to args.N (for example 40), can I get advice about...

In the paper, T2V or I2V LCM model is distilled from T2I LCM model. But I thinks there is no training code or model... Can you check once ?

Someone asked me to support your work in AUTOMATIC1111 SD WebUI, and I have some questions. There is no position encoder found in https://huggingface.co/wangfuyun/AnimateLCM/resolve/main/AnimateLCM_sd15_t2v.ckpt?download=true However, in your diffusers weights https://huggingface.co/wangfuyun/AnimateLCM/resolve/main/diffusion_pytorch_model.fp16.safetensors?download=true,...

Hi! and thanks for making AnimateDiff an order of magnitude better :) Are you planning on releasing the training code for AnimateDiff? Cheers