1. 15 May, 2024 1 commit
    • Isamu Isozaki's avatar
      Adding VQGAN Training script (#5483) · d27e996c
      Isamu Isozaki authored
      
      
      * Init commit
      
      * Removed einops
      
      * Added default movq config for training
      
      * Update explanation of prompts
      
      * Fixed inheritance of discriminator and init_tracker
      
      * Fixed incompatible api between muse and here
      
      * Fixed output
      
      * Setup init training
      
      * Basic structure done
      
      * Removed attention for quick tests
      
      * Style fixes
      
      * Fixed vae/vqgan styles
      
      * Removed redefinition of wandb
      
      * Fixed log_validation and tqdm
      
      * Nothing commit
      
      * Added commit loss to lookup_from_codebook
      
      * Update src/diffusers/models/vq_model.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Adding perliminary README
      
      * Fixed one typo
      
      * Local changes
      
      * Fixed main issues
      
      * Merging
      
      * Update src/diffusers/models/vq_model.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Testing+Fixed bugs in training script
      
      * Some style fixes
      
      * Added wandb to docs
      
      * Fixed timm test
      
      * get testing suite ready.
      
      * remove return loss
      
      * remove return_loss
      
      * Remove diffs
      
      * Remove diffs
      
      * fix ruff format
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      d27e996c
  2. 14 May, 2024 1 commit
  3. 09 May, 2024 2 commits
  4. 06 May, 2024 1 commit
  5. 03 May, 2024 1 commit
  6. 02 May, 2024 5 commits
  7. 01 May, 2024 1 commit
  8. 30 Apr, 2024 1 commit
  9. 29 Apr, 2024 1 commit
  10. 19 Apr, 2024 1 commit
  11. 18 Apr, 2024 1 commit
  12. 17 Apr, 2024 2 commits
  13. 15 Apr, 2024 2 commits
  14. 13 Apr, 2024 1 commit
  15. 10 Apr, 2024 2 commits
  16. 03 Apr, 2024 1 commit
  17. 02 Apr, 2024 2 commits
  18. 28 Mar, 2024 2 commits
  19. 20 Mar, 2024 2 commits
  20. 16 Mar, 2024 1 commit
  21. 15 Mar, 2024 1 commit
  22. 14 Mar, 2024 1 commit
  23. 13 Mar, 2024 2 commits
  24. 11 Mar, 2024 1 commit
    • Sayak Paul's avatar
      [Dockerfiles] add: a workflow to check if docker containers can be built in... · 5dd8e04d
      Sayak Paul authored
      [Dockerfiles] add: a workflow to check if docker containers can be built in case of modifications (#7129)
      
      * add: a workflow to check if docker containers can be built if the files are modified.
      
      * type
      
      * unify docker image build test and push
      
      * make it run on prs too.
      
      * check
      
      * check
      
      * check
      
      * check again.
      
      * remove docker test build file.
      
      * remove extra dependencies./
      
      * check
      5dd8e04d
  25. 01 Mar, 2024 4 commits