AnimateDiff icon indicating copy to clipboard operation
AnimateDiff copied to clipboard

Official implementation of AnimateDiff.

Results 191 AnimateDiff issues
Sort by recently updated
recently updated
newest added

hello, when i inference, how could i inference the specified number of frames and the specified seconds of video?

thanks for nice work! what is the difference between finetune the unet's image layers and train motion modules

https://twitter.com/camenduru/status/1744019775490044192 https://github.com/arthur-qiu/FreeNoise-AnimateDiff

Error Info: ``` ……stable-diffusion-webui/extensions/sd-webui-animatediff-master/scripts/animatediff.py", line 71, in postprocess_batch_list self.prompt_scheduler.save_infotext_img(p) AttributeError: 'NoneType' object has no attribute 'save_infotext_img' ……extensions/sd-webui-animatediff-master/scripts/animatediff.py", line 83, in postprocess self.prompt_scheduler.save_infotext_txt(res) AttributeError: 'NoneType' object has no attribute 'save_infotext_txt' ```...

When passing CLI arg --L to change video length. The program will crash if length is set more than 24. for example, when passing --L 26: ``` RuntimeError: The size...

python -m scripts.animate --config configs/prompts/v1/v1-1-ToonYou.yaml File "/export/software/anaconda3/envs/animatediff/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 3370, in _pad encoded_inputs["attention_mask"] = encoded_inputs["attention_mask"] + [0] * difference OverflowError: cannot fit 'int' into an index-sized integer

Thanks for your excellent work!The results of motion module v2 are amazing! And may I ask what dataset you use for v2 training? It seems the motion amplitude is bigger...

I downloaded the realisticVisionV51_v51 and realisticVisionV60B1_v51 according to the intrudution link, but errors occurred when loading them... ### Motion Module Parameters: 417.1376 M loading controlnet checkpoint from models/SparseCtrl/v3_sd15_sparsectrl_rgb.ckpt ... controlnet...