/Tune-A-Video

Unofficial implementation of Tune-A-Video

Primary LanguagePython

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