1. 19 Jun, 2025 2 commits
  2. 18 Jun, 2025 2 commits
  3. 17 Jun, 2025 1 commit
  4. 16 Jun, 2025 1 commit
  5. 13 Jun, 2025 1 commit
  6. 09 Jun, 2025 1 commit
    • Philip Brown's avatar
      Add community class StableDiffusionXL_T5Pipeline (#11626) · 6c7fad7e
      Philip Brown authored
      * Add community class StableDiffusionXL_T5Pipeline
      Will be used with base model opendiffusionai/stablediffusionxl_t5
      
      * Changed pooled_embeds to use projection instead of slice
      
      * "make style" tweaks
      
      * Added comments to top of code
      
      * Apply style fixes
      6c7fad7e
  7. 05 Jun, 2025 1 commit
  8. 30 May, 2025 1 commit
  9. 29 May, 2025 2 commits
  10. 27 May, 2025 1 commit
  11. 20 May, 2025 1 commit
  12. 19 May, 2025 1 commit
  13. 13 May, 2025 2 commits
  14. 08 May, 2025 2 commits
  15. 05 May, 2025 6 commits
  16. 02 May, 2025 2 commits
  17. 01 May, 2025 1 commit
  18. 30 Apr, 2025 2 commits
  19. 29 Apr, 2025 1 commit
  20. 28 Apr, 2025 3 commits
  21. 26 Apr, 2025 1 commit
  22. 24 Apr, 2025 2 commits
    • co63oc's avatar
      Fix typos in strings and comments (#11407) · f00a9957
      co63oc authored
      f00a9957
    • Linoy Tsaban's avatar
      [HiDream LoRA] optimizations + small updates (#11381) · edd78804
      Linoy Tsaban authored
      
      
      * 1. add pre-computation of prompt embeddings when custom prompts are used as well
      2. save model card even if model is not pushed to hub
      3. remove scheduler initialization from code example - not necessary anymore (it's now if the base model's config)
      4. add skip_final_inference - to allow to run with validation, but skip the final loading of the pipeline with the lora weights to reduce memory reqs
      
      * pre encode validation prompt as well
      
      * Update examples/dreambooth/train_dreambooth_lora_hidream.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update examples/dreambooth/train_dreambooth_lora_hidream.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update examples/dreambooth/train_dreambooth_lora_hidream.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * pre encode validation prompt as well
      
      * Apply style fixes
      
      * empty commit
      
      * change default trained modules
      
      * empty commit
      
      * address comments + change encoding of validation prompt (before it was only pre-encoded if custom prompts are provided, but should be pre-encoded either way)
      
      * Apply style fixes
      
      * empty commit
      
      * fix validation_embeddings definition
      
      * fix final inference condition
      
      * fix pipeline deletion in last inference
      
      * Apply style fixes
      
      * empty commit
      
      * layers
      
      * remove readme remarks on only pre-computing when instance prompt is provided and change example to 3d icons
      
      * smol fix
      
      * empty commit
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      edd78804
  23. 23 Apr, 2025 3 commits