"torchvision/transforms/_functional_tensor.py" did not exist on "4106dbb864ce94e5003ef888ba23c59cc9c5ce31"
  1. 16 Aug, 2023 1 commit
  2. 12 Aug, 2023 1 commit
  3. 13 Jul, 2023 1 commit
  4. 04 Jul, 2023 1 commit
  5. 03 Jul, 2023 1 commit
    • Andrés Mauricio Repetto Ferrero's avatar
      Adding better way to define multiple concepts and also validation capabilities. (#3807) · 572d8e20
      Andrés Mauricio Repetto Ferrero authored
      
      
      * - Added validation parameters
      - Changed some parameter descriptions to better explain their use.
      - Fixed a few typos.
      - Added concept_list parameter for better management of multiple subjects
      - changed logic for image validation
      
      * - Fixed bad logic for class data root directories
      
      * Defaulting validation_steps to None for an easier logic
      
      * Fixed multiple validation prompts
      
      * Fixed bug on validation negative prompt
      
      * Changed validation logic for tracker.
      
      * Added uuid for validation image labeling
      
      * Fix error when comparing validation prompts and validation negative prompts
      
      * Improved error message when negative prompts for validation are more than the number of prompts
      
      * - Changed image tracking number from epoch to global_step
      - Added Typing for functions
      
      * Added some validations more when using concept_list parameter and the regular ones.
      
      * Fixed error message
      
      * Added more validations for validation parameters
      
      * Improved messaging for errors
      
      * Fixed validation error for parameters with default values
      
      * - Added train step to image name for validation
      - reformatted code
      
      * - Added train step to image's name for validation
      - reformatted code
      
      * Updated README.md file.
      
      * reverted back original script of train_dreambooth.py
      
      * reverted back original script of train_dreambooth.py
      
      * left one blank line at the eof
      
      * reverted back setup.py
      
      * reverted back setup.py
      
      * added same logic for when parameters for prior preservation are used without enabling the flag while using concept_list parameter.
      
      * Ran black formatter.
      
      * fixed a few strings
      
      * fixed import sort with isort and removed fstrings without placeholder
      
      * fixed import order with ruff (since with isort wasn't ok)
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      572d8e20
  6. 08 Jun, 2023 1 commit
  7. 31 May, 2023 1 commit
  8. 25 Apr, 2023 1 commit
  9. 21 Apr, 2023 1 commit
  10. 20 Apr, 2023 1 commit
  11. 11 Apr, 2023 2 commits
  12. 10 Apr, 2023 2 commits
  13. 06 Apr, 2023 1 commit
  14. 04 Apr, 2023 1 commit
  15. 31 Mar, 2023 1 commit
  16. 24 Mar, 2023 1 commit
  17. 23 Mar, 2023 2 commits
  18. 17 Mar, 2023 1 commit
  19. 15 Mar, 2023 1 commit
  20. 14 Mar, 2023 1 commit
  21. 08 Mar, 2023 2 commits
  22. 07 Mar, 2023 1 commit
    • Isamu Isozaki's avatar
      Added multitoken training for textual inversion. Issue 369 (#661) · 8552fd7e
      Isamu Isozaki authored
      * Added multitoken training for textual inversion
      
      * Updated assertion
      
      * Removed duplicate save code
      
      * Fixed undefined bug
      
      * Fixed save
      
      * Added multitoken clip model +util helper
      
      * Removed code splitting
      
      * Removed class
      
      * Fixed errors
      
      * Fixed errors
      
      * Added loading functionality
      
      * Loading via dict instead
      
      * Fixed bug of invalid index being loaded
      
      * Fixed adding placeholder token only adding 1 token
      
      * Fixed bug when initializing tokens
      
      * Fixed bug when initializing tokens
      
      * Removed flawed logic
      
      * Fixed vector shuffle
      
      * Fixed tokenizer's inconsistent __call__ method
      
      * Fixed tokenizer's inconsistent __call__ method
      
      * Handling list input
      
      * Added exception for adding invalid tokens to token map
      
      * Removed unnecessary files and started working on progressive tokens
      
      * Set at minimum load one token
      
      * Changed to global step
      
      * Added method to load automatic1111 tokens
      
      * Fixed bug in load
      
      * Quality+style fixes
      
      * Update quality/style fixes
      
      * Cast embeddings to fp16 when loading
      
      * Fixed quality
      
      * Started moving things over
      
      * Clearing diffs
      
      * Clearing diffs
      
      * Moved everything
      
      * Requested changes
      8552fd7e
  23. 01 Mar, 2023 1 commit
  24. 16 Feb, 2023 2 commits
  25. 14 Feb, 2023 1 commit
  26. 09 Feb, 2023 1 commit
  27. 07 Feb, 2023 6 commits
  28. 03 Feb, 2023 1 commit
  29. 02 Feb, 2023 1 commit
    • Adalberto's avatar
      Create train_dreambooth_inpaint_lora.py (#2205) · 68ef0666
      Adalberto authored
      * Create train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      68ef0666
  30. 27 Jan, 2023 1 commit