1. 28 Aug, 2023 8 commits
    • YiYi Xu's avatar
      934d439a
    • Dhruv Nair's avatar
      Fix Disentangle ONNX and non-ONNX pipeline (#4656) · e3f3672f
      Dhruv Nair authored
      * initial commit to fix inheritance issue
      
      * clean up sd onnx upscale
      
      * clean up
      e3f3672f
    • Mario Namtao Shianti Larcher's avatar
      [Examples] Save SDXL LoRA weights with chosen precision (#4791) · 87ae3300
      Mario Namtao Shianti Larcher authored
      * Increase min accelerate ver to avoid OOM when mixed precision
      
      * Rm re-instantiation of VAE
      
      * Rm casting to float32
      
      * Del unused models and free GPU
      
      * Fix style
      87ae3300
    • Patrick von Platen's avatar
      make style · 1b46c661
      Patrick von Platen authored
      1b46c661
    • Yead's avatar
      Fix save_path bug in textual inversion training script (#4710) · 03135898
      Yead authored
      
      
      * Update textual_inversion.py
      
      fixed safe_path bug in textual inversion training
      
      * Update test_examples.py
      
      update test_textual_inversion for updating saved file's name
      
      * Update textual_inversion.py
      
      fixed some formatting issues
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      03135898
    • Shauray Singh's avatar
      [WIP] Add Fabric (#4201) · fd35689f
      Shauray Singh authored
      
      
      * empty PR
      
      * init
      
      * changes
      
      * starting with the pipeline
      
      * stable diff
      
      * prev
      
      * more things, getting started
      
      * more functions
      
      * makeing it more readable
      
      * almost done testing
      
      * var changes
      
      * testing
      
      * device
      
      * device support
      
      * maybe
      
      * device malfunctions
      
      * new new
      
      * register
      
      * testing
      
      * exec does not work
      
      * float
      
      * change info
      
      * change of architecture
      
      * might work
      
      * testing with colab
      
      * more attn atuff
      
      * stupid additions
      
      * documenting and testing
      
      * writing tests
      
      * more docs
      
      * tests and docs
      
      * remove test
      
      * empty PR
      
      * init
      
      * changes
      
      * starting with the pipeline
      
      * stable diff
      
      * prev
      
      * more things, getting started
      
      * more functions
      
      * makeing it more readable
      
      * almost done testing
      
      * var changes
      
      * testing
      
      * device
      
      * device support
      
      * maybe
      
      * device malfunctions
      
      * new new
      
      * register
      
      * testing
      
      * exec does not work
      
      * float
      
      * change info
      
      * change of architecture
      
      * might work
      
      * testing with colab
      
      * more attn atuff
      
      * stupid additions
      
      * documenting and testing
      
      * writing tests
      
      * more docs
      
      * tests and docs
      
      * remove test
      
      * change cross attention
      
      * revert back
      
      * tests
      
      * reverting back to orig
      
      * changes
      
      * test passing
      
      * pipeline changes
      
      * before quality
      
      * quality checks pass
      
      * remove print statements
      
      * doc fixes
      
      * __init__ error something
      
      * update docs, working on dim
      
      * working on encoding
      
      * doc fix
      
      * more fixes
      
      * no more dependent on 512*512
      
      * update docs
      
      * fixes
      
      * test passing
      
      * remove comment
      
      * fixes and migration
      
      * simpler tests
      
      * doc changes
      
      * green CI
      
      * changes
      
      * more docs
      
      * changes
      
      * new images
      
      * to community examples
      
      * selete
      
      * more fixes
      
      * changes
      
      * fix
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      fd35689f
    • chillpixel's avatar
      Update loaders.py (#4805) · e8c9069d
      chillpixel authored
      * Update loaders.py
      
      Solves an error sometimes thrown while iterating over state_dict.keys() caused by using the .pop() method within the loop.
      
      * Update loaders.py
      e8c9069d
    • Patrick von Platen's avatar
      [LoRA Attn Processors] Refactor LoRA Attn Processors (#4765) · 766aa50f
      Patrick von Platen authored
      * [LoRA Attn] Refactor LoRA attn
      
      * correct for network alphas
      
      * fix more
      
      * fix more tests
      
      * fix more tests
      
      * Move below
      
      * Finish
      
      * better version
      
      * correct serialization format
      
      * fix
      
      * fix more
      
      * fix more
      
      * fix more
      
      * Apply suggestions from code review
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_onnx_stable_diffusion_img2img.py
      
      * deprecation
      
      * relax atol for slow test slighly
      
      * Finish tests
      
      * make style
      
      * make style
      766aa50f
  2. 26 Aug, 2023 6 commits
  3. 25 Aug, 2023 17 commits
  4. 24 Aug, 2023 6 commits
  5. 23 Aug, 2023 3 commits