1. 07 Dec, 2022 5 commits
  2. 06 Dec, 2022 5 commits
  3. 05 Dec, 2022 22 commits
  4. 03 Dec, 2022 1 commit
  5. 02 Dec, 2022 7 commits
    • Matthieu Bizien's avatar
      [Proposal] Support saving to safetensors (#1494) · ae368e42
      Matthieu Bizien authored
      * Add parameter safe_serialization to DiffusionPipeline.save_pretrained
      
      * Add option safe_serialization on ModelMixin.save_pretrained
      
      * Add test test_save_safe_serialization
      
      * Black
      
      * Re-trigger the CI
      
      * Fix doc-builder
      
      * Validate files are saved as safetensor in test_save_safe_serialization
      ae368e42
    • Patrick von Platen's avatar
      fix tests · cf4664e8
      Patrick von Platen authored
      cf4664e8
    • Patrick von Platen's avatar
      make style · 7222a8ea
      Patrick von Platen authored
      7222a8ea
    • bachr's avatar
      Update FlaxLMSDiscreteScheduler (#1474) · 155d272c
      bachr authored
      - Add the missing `scale_model_input` method to `FlaxLMSDiscreteScheduler`
      - Use `jnp.append` for appending to `state.derivatives`
      - Use `jnp.delete` to pop from `state.derivatives`
      155d272c
    • Adalberto's avatar
      Create train_dreambooth_inpaint.py (#1091) · 2b30b109
      Adalberto authored
      * Create train_dreambooth_inpaint.py
      
      train_dreambooth.py adapted to work with the inpaint model, generating random masks during the training
      
      * Update train_dreambooth_inpaint.py
      
      refactored train_dreambooth_inpaint with black
      
      * Update train_dreambooth_inpaint.py
      
      * Update train_dreambooth_inpaint.py
      
      * Update train_dreambooth_inpaint.py
      
      Fix prior preservation
      
      * add instructions to readme, fix SD2 compatibility
      2b30b109
    • Antoine Bouthors's avatar
      Fixed mask+masked_image in sd inpaint pipeline (#1516) · 3ad49eee
      Antoine Bouthors authored
      * Fixed mask+masked_image in sd inpaint pipeline
      
      Those were left unset when inputs are not PIL images
      
      * Fixed formatting
      3ad49eee
    • Patrick von Platen's avatar
      Finalize 2nd order schedulers (#1503) · 769f0be8
      Patrick von Platen authored
      * up
      
      * up
      
      * finish
      
      * finish
      
      * up
      
      * up
      
      * finish
      769f0be8