1. 20 May, 2024 1 commit
  2. 19 May, 2024 1 commit
  3. 17 May, 2024 1 commit
  4. 16 May, 2024 4 commits
  5. 15 May, 2024 4 commits
  6. 14 May, 2024 8 commits
  7. 13 May, 2024 4 commits
  8. 12 May, 2024 4 commits
  9. 11 May, 2024 1 commit
  10. 10 May, 2024 4 commits
    • Mark Van Aken's avatar
      #7535 Update FloatTensor type hints to Tensor (#7883) · be4afa0b
      Mark Van Aken authored
      * find & replace all FloatTensors to Tensor
      
      * apply formatting
      
      * Update torch.FloatTensor to torch.Tensor in the remaining files
      
      * formatting
      
      * Fix the rest of the places where FloatTensor is used as well as in documentation
      
      * formatting
      
      * Update new file from FloatTensor to Tensor
      be4afa0b
    • Sayak Paul's avatar
      [Core] introduce videoprocessor. (#7776) · 04f4bd54
      Sayak Paul authored
      
      
      * introduce videoprocessor.
      
      * fix quality
      
      * address yiyi's feedback
      
      * fix preprocess_video call.
      
      * video_processor -> image_processor
      
      * fix
      
      * fix more.
      
      * quality
      
      * image_processor -> video_processor
      
      * support List[List[PIL.Image.Image]]
      
      * change to video_processor.
      
      * documentation
      
      * Apply suggestions from code review
      
      * changes
      
      * remove print.
      
      * refactor video processor (part # 7776) (#7861)
      
      * update
      
      * update remove deprecate
      
      * Update src/diffusers/video_processor.py
      
      * update
      
      * Apply suggestions from code review
      
      * deprecate list of 5d for video and list of 4d for image + apply other feedbacks
      
      * up
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * add doc.
      
      * tensor2vid -> postprocess_video.
      
      * refactor preprocess with preprocess_video
      
      * set default values.
      
      * empty commit
      
      * more refactoring of prepare_latents in animatediff vid2vid
      
      * checking documentation
      
      * remove documentation for now.
      
      * fix animatediff sdxl
      
      * fix test failure [part of video processor PR] (#7905)
      
      up
      
      * remove preceed_with_frames.
      
      * doc
      
      * fix
      
      * fix
      
      * remove video input as a single-frame video.
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      04f4bd54
    • Sayak Paul's avatar
      add missing image processors to the docs (#7910) · 82be58c5
      Sayak Paul authored
      add missing processors.
      82be58c5
    • Sayak Paul's avatar
      upgrade to python 3.10 in the Dockerfiles (#7893) · 66956356
      Sayak Paul authored
      * upgrade to python 3.10
      
      * fix
      
      * try https://askubuntu.com/questions/1459694/can-not-find-python3-10-after-apt-get-installation
      
      * fix
      
      * up
      
      * yes
      
      * okay
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * check
      
      * okay
      
      * up
      
      * i[
      
      * fix
      66956356
  11. 09 May, 2024 6 commits
  12. 08 May, 2024 2 commits