1. 08 Sep, 2023 1 commit
  2. 04 Sep, 2023 1 commit
    • Isamu Isozaki's avatar
      Retrieval Augmented Diffusion Models (#3297) · 3201903d
      Isamu Isozaki authored
      
      
      * Resetting rdm pr
      
      * Fixed styles
      
      * Fixed style
      
      * Moved to rdm folder+fixed slight errors
      
      * Removed config diff
      
      * Started adding tests
      
      * Adding retrieved images
      
      * Fixed faiss import
      
      * Fixed import errors
      
      * Fixing tests
      
      * Added require_faiss
      
      * Updated dependency table
      
      * Attempt solving consistency test
      
      * Fixed truncation and vocab size issue
      
      * Passed common tests
      
      * Finished up cpu testing on pipeline
      
      * Passed all tests locally
      
      * Removed some slow tests
      
      * Removed diffs from test_pipeline_common
      
      * Remove logs
      
      * Removed diffs from test_pipelines_common
      
      * Fixed style
      
      * Fully fixed styles on diffs
      
      * Fixed name
      
      * Proper rename
      
      * Fixed dummies
      
      * Fixed issue with dummyonnx
      
      * Fixed black style
      
      * Fixed dummies
      
      * Changed ordering
      
      * Fixed logging
      
      * Fixing
      
      * Fixing
      
      * quality
      
      * Debugging regex
      
      * Fix dummies with guess
      
      * Fixed typo
      
      * Attempt fix dummies
      
      * black
      
      * ruff
      
      * fixed ordering
      
      * Logging
      
      * Attempt fix
      
      * Attempt fix dummy
      
      * Attempt fixing styles
      
      * Fixed faiss dependency
      
      * Removed unnecessary deprecations
      
      * Finished up main changes
      
      * Added doc
      
      * Passed tests
      
      * Fixed tests
      
      * Remove invisible watermark
      
      * Fixed ruff errors
      
      * Added prompt embed to tests
      
      * Added tests and made retriever an optional component
      
      * Fixed styles
      
      * Made faiss a dependency of pipeline
      
      * Logging
      
      * Fixed dummies
      
      * Make pipeline test work
      
      * Fixed style
      
      * Moved to research projects
      
      * Remove diff
      
      * Fixed style error
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3201903d
  3. 16 Aug, 2023 2 commits
  4. 12 Aug, 2023 1 commit
  5. 13 Jul, 2023 1 commit
  6. 04 Jul, 2023 1 commit
  7. 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
  8. 08 Jun, 2023 1 commit
  9. 31 May, 2023 1 commit
  10. 25 Apr, 2023 1 commit
  11. 21 Apr, 2023 1 commit
  12. 20 Apr, 2023 1 commit
  13. 11 Apr, 2023 2 commits
  14. 10 Apr, 2023 2 commits
  15. 06 Apr, 2023 1 commit
  16. 04 Apr, 2023 1 commit
  17. 31 Mar, 2023 1 commit
  18. 24 Mar, 2023 1 commit
  19. 23 Mar, 2023 2 commits
  20. 17 Mar, 2023 1 commit
  21. 15 Mar, 2023 1 commit
  22. 14 Mar, 2023 1 commit
  23. 08 Mar, 2023 2 commits
  24. 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
  25. 01 Mar, 2023 1 commit
  26. 16 Feb, 2023 2 commits
  27. 14 Feb, 2023 1 commit
  28. 09 Feb, 2023 1 commit
  29. 07 Feb, 2023 6 commits