1. 24 Jun, 2024 1 commit
    • drhead's avatar
      Add extra performance features for EMAModel, torch._foreach operations and... · 2ada094b
      drhead authored
      
      Add extra performance features for EMAModel, torch._foreach operations and better support for non-blocking CPU offloading (#7685)
      
      * Add support for _foreach operations and non-blocking to EMAModel
      
      * default foreach to false
      
      * add non-blocking EMA offloading to SD1.5 T2I example script
      
      * fix whitespace
      
      * move foreach to cli argument
      
      * linting
      
      * Update README.md re: EMA weight training
      
      * correct args.foreach_ema
      
      * add tests for foreach ema
      
      * code quality
      
      * add foreach to from_pretrained
      
      * default foreach false
      
      * fix linting
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatardrhead <a@a.a>
      2ada094b
  2. 21 Jun, 2024 1 commit
  3. 20 Jun, 2024 1 commit
  4. 19 Jun, 2024 1 commit
  5. 18 Jun, 2024 3 commits
  6. 17 Jun, 2024 1 commit
  7. 16 Jun, 2024 2 commits
  8. 14 Jun, 2024 1 commit
  9. 13 Jun, 2024 2 commits
  10. 12 Jun, 2024 2 commits
  11. 11 Jun, 2024 1 commit
  12. 05 Jun, 2024 2 commits
    • Tolga Cangöz's avatar
      Errata (#8322) · 98730c5d
      Tolga Cangöz authored
      * Fix typos
      
      * Trim trailing whitespaces
      
      * Remove a trailing whitespace
      
      * chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0
      
      * Revert "chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0"
      
      This reverts commit fd742b30b4258106008a6af4d0dd4664904f8595.
      
      * pokemon -> naruto
      
      * `DPMSolverMultistep` -> `DPMSolverMultistepScheduler`
      
      * Improve Markdown stylization
      
      * Improve style
      
      * Improve style
      
      * Refactor pipeline variable names for consistency
      
      * up style
      98730c5d
    • Hzzone's avatar
      Gligen training (#7906) · d3881f35
      Hzzone authored
      
      
      * add training code of gligen
      
      * fix code quality tests.
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      d3881f35
  13. 30 May, 2024 2 commits
  14. 29 May, 2024 3 commits
  15. 28 May, 2024 1 commit
  16. 24 May, 2024 3 commits
  17. 20 May, 2024 1 commit
  18. 16 May, 2024 2 commits
  19. 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
  20. 14 May, 2024 4 commits
  21. 12 May, 2024 1 commit
  22. 11 May, 2024 1 commit
  23. 10 May, 2024 1 commit
    • 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
  24. 08 May, 2024 2 commits