1. 26 May, 2023 1 commit
    • Steven Liu's avatar
      [docs] Add AttnProcessor to docs (#3474) · 7948db81
      Steven Liu authored
      * add attnprocessor to docs
      
      * fix path to class
      
      * create separate page for attnprocessors
      
      * fix path
      
      * fix path for real
      
      * fill in docstrings
      
      * apply feedback
      
      * apply feedback
      7948db81
  2. 25 May, 2023 2 commits
  3. 22 May, 2023 1 commit
  4. 21 May, 2023 1 commit
  5. 19 May, 2023 3 commits
  6. 16 May, 2023 3 commits
  7. 15 May, 2023 1 commit
  8. 13 May, 2023 1 commit
  9. 11 May, 2023 4 commits
  10. 10 May, 2023 1 commit
  11. 06 May, 2023 1 commit
  12. 05 May, 2023 1 commit
  13. 04 May, 2023 2 commits
  14. 03 May, 2023 2 commits
  15. 01 May, 2023 1 commit
  16. 28 Apr, 2023 6 commits
    • YiYi Xu's avatar
      [doc] add link to training script (#3271) · 14b46061
      YiYi Xu authored
      
      
      add link to training script
      Co-authored-by: default avataryiyixuxu <yixu@yis-macbook-pro.lan>
      14b46061
    • clarencechen's avatar
      Diffedit Zero-Shot Inpainting Pipeline (#2837) · be0bfcec
      clarencechen authored
      * Update Pix2PixZero Auto-correlation Loss
      
      * Add Stable Diffusion DiffEdit pipeline
      
      * Add draft documentation and import code
      
      * Bugfixes and refactoring
      
      * Add option to not decode latents in the inversion process
      
      * Harmonize preprocessing
      
      * Revert "Update Pix2PixZero Auto-correlation Loss"
      
      This reverts commit b218062fed08d6cc164206d6cb852b2b7b00847a.
      
      * Update annotations
      
      * rename `compute_mask` to `generate_mask`
      
      * Update documentation
      
      * Update docs
      
      * Update Docs
      
      * Fix copy
      
      * Change shape of output latents to batch first
      
      * Update docs
      
      * Add first draft for tests
      
      * Bugfix and update tests
      
      * Add `cross_attention_kwargs` support for all pipeline methods
      
      * Fix Copies
      
      * Add support for PIL image latents
      
      Add support for mask broadcasting
      
      Update docs and tests
      
      Align `mask` argument to `mask_image`
      
      Remove height and width arguments
      
      * Enable MPS Tests
      
      * Move example docstrings
      
      * Fix test
      
      * Fix test
      
      * fix pipeline inheritance
      
      * Harmonize `prepare_image_latents` with StableDiffusionPix2PixZeroPipeline
      
      * Register modules set to `None` in config for `test_save_load_optional_components`
      
      * Move fixed logic to specific test class
      
      * Clean changes to other pipelines
      
      * Update new tests to coordinate with #2953
      
      * Update slow tests for better results
      
      * Safety to avoid potential problems with torch.inference_mode
      
      * Add reference in SD Pipeline Overview
      
      * Fix tests again
      
      * Enforce determinism in noise for generate_mask
      
      * Fix copies
      
      * Widen test tolerance for fp16 based on `test_stable_diffusion_upscale_pipeline_fp16`
      
      * Add LoraLoaderMixin and update `prepare_image_latents`
      
      * clean up repeat and reg
      
      * bugfix
      
      * Remove invalid args from docs
      
      Suppress spurious warning by repeating image before latent to mask gen
      be0bfcec
    • Patrick von Platen's avatar
      Let's make sure that dreambooth always uploads to the Hub (#3272) · d4642144
      Patrick von Platen authored
      * Update Dreambooth README
      
      * Adapt all docs as well
      
      * automatically write model card
      
      * fix
      
      * make style
      d4642144
    • M. Tolga Cangöz's avatar
      Update logging.mdx (#2863) · 73cc4310
      M. Tolga Cangöz authored
      Fix typos
      73cc4310
    • NimenDavid's avatar
      [Docs]zh translated docs update (#3245) · 0614fd20
      NimenDavid authored
      * zh translated docs update
      
      * update _toctree
      0614fd20
    • Sayak Paul's avatar
      [LoRA] quality of life improvements in the loading semantics and docs (#3180) · 71de5b70
      Sayak Paul authored
      * 👽
      
       qol improvements for LoRA.
      
      * better function name?
      
      * fix: LoRA weight loading with the new format.
      
      * address Patrick's comments.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * change wording around encouraging the use of load_lora_weights().
      
      * fix: function name.
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      71de5b70
  17. 27 Apr, 2023 6 commits
  18. 26 Apr, 2023 3 commits