1. 05 Jun, 2023 4 commits
  2. 02 Jun, 2023 11 commits
  3. 31 May, 2023 3 commits
  4. 30 May, 2023 13 commits
  5. 29 May, 2023 1 commit
  6. 26 May, 2023 8 commits
    • Steven Liu's avatar
      [docs] Working with different formats (#3534) · 5559d042
      Steven Liu authored
      * add ckpt
      
      * fix format
      
      * apply feedback
      
      * fix
      
      * include pb
      
      * rename file
      5559d042
    • Brandon's avatar
      [docs] update the broken links (#3568) · 9917c329
      Brandon authored
      update the broken links
      
      update the broken links for training folder doc
      9917c329
    • Steven Liu's avatar
      [docs] Maintenance (#3552) · ab986769
      Steven Liu authored
      * doc fixes
      
      * fix latex
      
      * parenthesis on inside
      ab986769
    • Will Berman's avatar
      [IF super res] correctly normalize PIL input (#3536) · bdc75e75
      Will Berman authored
      * [IF super res] correctl normalize PIL input
      
      * 175 -> 127.5
      bdc75e75
    • Leon Lin's avatar
      fix dreambooth attention mask (#3541) · 1d1f648c
      Leon Lin authored
      1d1f648c
    • Takuma Mori's avatar
      Fix to apply LoRAXFormersAttnProcessor instead of LoRAAttnProcessor when... · 67cf0445
      Takuma Mori authored
      Fix to apply LoRAXFormersAttnProcessor instead of LoRAAttnProcessor when xFormers is enabled (#3556)
      
      * fix to use LoRAXFormersAttnProcessor
      
      * add test
      
      * using new LoraLoaderMixin.save_lora_weights
      
      * add test_lora_save_load_with_xformers
      67cf0445
    • dg845's avatar
      [WIP] Add UniDiffuser model and pipeline (#2963) · 352ca319
      dg845 authored
      
      
      * Fix a bug of pano when not doing CFG (#3030)
      
      * Fix a bug of pano when not doing CFG
      
      * enhance code quality
      
      * apply formatting.
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Text2video zero refinements (#3070)
      
      * fix progress bar issue in pipeline_text_to_video_zero.py. Copy scheduler after first backward
      
      * fix tensor loading in test_text_to_video_zero.py
      
      * make style && make quality
      
      * Release: v0.15.0
      
      * [Tests] Speed up panorama tests (#3067)
      
      * fix: norm group test for UNet3D.
      
      * chore: speed up the panorama tests (fast).
      
      * set default value of _test_inference_batch_single_identical.
      
      * fix: batch_sizes default value.
      
      * [Post release] v0.16.0dev (#3072)
      
      * Adds profiling flags, computes train metrics average. (#3053)
      
      * WIP controlnet training
      
      - bugfix --streaming
      - bugfix running report_to!='wandb'
      - adds memory profile before validation
      
      * Adds final logging statement.
      
      * Sets tr...
      352ca319
    • 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