1. 01 Dec, 2023 2 commits
    • Linoy Tsaban's avatar
      [examples/advanced_diffusion_training] bug fixes and improvements for LoRA... · d29d97b6
      Linoy Tsaban authored
      
      [examples/advanced_diffusion_training] bug fixes and improvements for LoRA Dreambooth SDXL advanced training script (#5935)
      
      * imports and readme bug fixes
      
      * bug fix - ensures text_encoder params are dtype==float32 (when using pivotal tuning) even if the rest of the model is loaded in fp16
      
      * added pivotal tuning to readme
      
      * mapping token identifier to new inserted token in validation prompt (if used)
      
      * correct default value of --train_text_encoder_frac
      
      * change default value of  --adam_weight_decay_text_encoder
      
      * validation prompt generations when using pivotal tuning bug fix
      
      * style fix
      
      * textual inversion embeddings name change
      
      * style fix
      
      * bug fix - stopping text encoder optimization halfway
      
      * readme - will include token abstraction and new inserted tokens when using pivotal tuning
      - added type to --num_new_tokens_per_abstraction
      
      * style fix
      
      ---------
      Co-authored-by: default avatarLinoy Tsaban <linoy@huggingface.co>
      d29d97b6
    • Jongho Choi's avatar
      Remove a duplicated line? (#6010) · 7d4a257c
      Jongho Choi authored
      Update __init__.py
      7d4a257c
  2. 30 Nov, 2023 1 commit
  3. 29 Nov, 2023 16 commits
  4. 28 Nov, 2023 2 commits
  5. 27 Nov, 2023 17 commits
  6. 24 Nov, 2023 2 commits
    • Patrick von Platen's avatar
      correct num inference steps · 2a7f43a7
      Patrick von Platen authored
      2a7f43a7
    • Patrick von Platen's avatar
      [@cene555][Kandinsky 3.0] Add Kandinsky 3.0 (#5913) · b978334d
      Patrick von Platen authored
      * finalize
      
      * finalize
      
      * finalize
      
      * add slow test
      
      * add slow test
      
      * add slow test
      
      * Fix more
      
      * add slow test
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * Better
      
      * Fix more
      
      * Fix more
      
      * add slow test
      
      * Add auto pipelines
      
      * add slow test
      
      * Add all
      
      * add slow test
      
      * add slow test
      
      * add slow test
      
      * add slow test
      
      * add slow test
      
      * Apply suggestions from code review
      
      * add slow test
      
      * add slow test
      b978334d