1. 23 Jan, 2024 3 commits
    • Yasuna's avatar
      [Docs] update: tutorials ja | AUTOPIPELINE.md (#6629) · 0eb68d9d
      Yasuna authored
      * add en file
      
      * translate 1-118 lines
      
      * add text
      
      * add toctree
      
      * fix
      
      * fix typo
      
      * fix link
      0eb68d9d
    • Dhruv Nair's avatar
      [Refactor] Update from single file (#6428) · fee93c81
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update'
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update'
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * clean
      
      * update
      
      * update
      
      * clean up
      
      * clean up
      
      * update
      
      * clean
      
      * clean
      
      * update
      
      * updaet
      
      * clean up
      
      * fix docs
      
      * update
      
      * update
      
      * Revert "update"
      
      This reverts commit dbfb8f1ea9c61a2b4e02f926245be2b3d387e577.
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix controlnet
      
      * fix scheduler
      
      * fix controlnet tests
      fee93c81
    • Sayak Paul's avatar
      [Big refactor] move unets to `unets` module 🦋 (#6630) · 1f0705ad
      Sayak Paul authored
      * move unets to  module 🦋
      
      * parameterize unet-level import.
      
      * fix flax unet2dcondition model import
      
      * models __init__
      
      * mildly depcrecating models.unet_2d_blocks in favor of models.unets.unet_2d_blocks.
      
      * noqa
      
      * correct depcrecation behaviour
      
      * inherit from the actual classes.
      
      * Empty-Commit
      
      * backwards compatibility for unet_2d.py
      
      * backward compatibility for unet_2d_condition
      
      * bc for unet_1d
      
      * bc for unet_1d_blocks
      1f0705ad
  2. 17 Jan, 2024 2 commits
  3. 16 Jan, 2024 3 commits
  4. 15 Jan, 2024 1 commit
  5. 10 Jan, 2024 3 commits
  6. 09 Jan, 2024 3 commits
  7. 08 Jan, 2024 1 commit
    • Yasuna's avatar
      [Docs] update: tutorials ja | INDEX.md, TUTORIAL_OVERVIEW.md, TOCTREE.yml (#6338) · 6ae7e811
      Yasuna authored
      * add tutorials to toctree.yml
      
      * fix title
      
      * fix words
      
      * add overview ja
      
      * fix diffusion to 拡散
      
      * fix line 21
      
      * add space
      
      * delete supported pipline
      
      * fix tutorial_overview.md
      
      * fix space
      
      * fix typo
      
      * Delete docs/source/ja/tutorials/using_peft_for_inference.md
      
      this file is not translated
      
      * Delete docs/source/ja/tutorials/basic_training.md
      
      this file is not translated
      
      * Delete docs/source/ja/tutorials/autopipeline.md
      
      this file is not translated
      
      * fix toctree
      6ae7e811
  8. 06 Jan, 2024 1 commit
  9. 05 Jan, 2024 3 commits
  10. 04 Jan, 2024 2 commits
  11. 02 Jan, 2024 1 commit
  12. 31 Dec, 2023 1 commit
  13. 29 Dec, 2023 1 commit
  14. 28 Dec, 2023 1 commit
  15. 27 Dec, 2023 1 commit
  16. 26 Dec, 2023 7 commits
  17. 25 Dec, 2023 1 commit
  18. 21 Dec, 2023 2 commits
    • Will Berman's avatar
      open muse (#5437) · 40398152
      Will Berman authored
      
      
      amused
      
      rename
      
      Update docs/source/en/api/pipelines/amused.md
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      AdaLayerNormContinuous default values
      
      custom micro conditioning
      
      micro conditioning docs
      
      put lookup from codebook in constructor
      
      fix conversion script
      
      remove manual fused flash attn kernel
      
      add training script
      
      temp remove training script
      
      add dummy gradient checkpointing func
      
      clarify temperatures is an instance variable by setting it
      
      remove additional SkipFF block args
      
      hardcode norm args
      
      rename tests folder
      
      fix paths and samples
      
      fix tests
      
      add training script
      
      training readme
      
      lora saving and loading
      
      non-lora saving/loading
      
      some readme fixes
      
      guards
      
      Update docs/source/en/api/pipelines/amused.md
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      Update examples/amused/README.md
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      Update examples/amused/train_amused.py
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      vae upcasting
      
      add fp16 integration tests
      
      use tuple for micro cond
      
      copyrights
      
      remove casts
      
      delegate to torch.nn.LayerNorm
      
      move temperature to pipeline call
      
      upsampling/downsampling changes
      40398152
    • Sayak Paul's avatar
      [Refactor] move ldm3d out of stable_diffusion. (#6263) · 5b186b71
      Sayak Paul authored
      ldm3d.
      5b186b71
  19. 20 Dec, 2023 1 commit
  20. 19 Dec, 2023 1 commit
  21. 18 Dec, 2023 1 commit
    • Dhruv Nair's avatar
      Deprecate Pipelines (#6169) · a0c54828
      Dhruv Nair authored
      
      
      * deprecate pipe
      
      * make style
      
      * update
      
      * add deprecation message
      
      * format
      
      * remove tests for deprecated pipelines
      
      * remove deprecation message
      
      * make style
      
      * fix copies
      
      * clean up
      
      * clean
      
      * clean
      
      * clean
      
      * clean up
      
      * clean up
      
      * clean up toctree
      
      * clean up
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      a0c54828