Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 792 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 792 Bytes

Tune-A-Video

Unofficial implementation of Tune-A-Video

step_500_resized

Training

accelerate launch train.py --config config/sample.yml

Notes

  • Learning rate and training steps in the sample config are different from the paper.
  • The model seems to memorize a video clip very quickly. prior_preservation is added for the regularization.
  • Requires > 20GB GPU memory with xformers enabled.

References