tumurzakov / AnimateDiff

AnimationDiff with train
Apache License 2.0
111 stars 28 forks source link

Problem to use Fine_tune_AnimateDiff.ipynb #2

Open ShmuelRonen opened 1 year ago

ShmuelRonen commented 1 year ago

Hello... I try to use Fine_tune_AnimateDiff.ipynb on google colab pro but i got an error. I download the Motion_Module into: My Drive\AI\models\AnimateDiff. How can I implament this notebook?

tumurzakov commented 1 year ago

Change motion module path to following in Train config section, line 8. Also it could be changed via form.

MOTION_MODULE_NAME="/content/animatediff/models/Motion_Module/mm_sd_v15.ckpt" #@param{"type":"string"}
ShmuelRonen commented 1 year ago

Change motion module path to following in Train config section, line 8. Also it could be changed via form.

MOTION_MODULE_NAME="/content/animatediff/models/Motion_Module/mm_sd_v15.ckpt" #@param{"type":"string"}

I do it alredy.

What is the part of create video? I don't understand how to implement it. make video

And also were to put the checkpoints (realistic vision etc...)

tumurzakov commented 1 year ago

I updated notebook. Copy it again to your disk and run from start to end.

https://github.com/tumurzakov/AnimateDiff/blob/main/Fine_tune_AnimateDiff.ipynb

ShmuelRonen commented 1 year ago

thanks!!! I have to download the checkpoints to the drive first. please explain the subject of the images:

  1. load_image_dir: ?
  2. load_image_start: ?
  3. load_image_count: ?
  4. load_image_by: ?
ShmuelRonen commented 1 year ago

I would also appreciate it if you could explain how to organize the AnimateDiff files in google drive because I got an errors