diffusers
cbc2ec8f - AnimateDiff prompt travel (#9231)

Comment changes are shownComment changes are hidden
Commit
297 days ago
AnimateDiff prompt travel (#9231) * update * implement prompt interpolation * make style * resnet memory optimizations * more memory optimizations; todo: refactor * update * update animatediff controlnet with latest changes * refactor chunked inference changes * remove print statements * undo memory optimization changes * update docstrings * fix tests * fix pia tests * apply suggestions from review * add tests * update comment
Author
Parents
  • src/diffusers
    • models
      • File
        attention.py
      • File
        controlnet_sparsectrl.py
      • unets
        • File
          unet_motion_model.py
    • pipelines
      • animatediff
        • File
          pipeline_animatediff.py
        • File
          pipeline_animatediff_controlnet.py
        • File
          pipeline_animatediff_sdxl.py
        • File
          pipeline_animatediff_sparsectrl.py
        • File
          pipeline_animatediff_video2video.py
      • File
        free_noise_utils.py
      • pag
        • File
          pipeline_pag_sd_animatediff.py
      • pia
        • File
          pipeline_pia.py
  • tests
    • models/unets
      • File
        test_models_unet_motion.py
    • pipelines/animatediff
      • File
        test_animatediff.py
      • File
        test_animatediff_controlnet.py
      • File
        test_animatediff_video2video.py