1. 17 May, 2023 1 commit
  2. 11 May, 2023 1 commit
  3. 09 May, 2023 2 commits
    • Steven Liu's avatar
      [docs] Improve safetensors docstring (#3368) · 26832aa5
      Steven Liu authored
      * clarify safetensor docstring
      
      * fix typo
      
      * apply feedback
      26832aa5
    • Will Berman's avatar
      if dreambooth lora (#3360) · a757b2db
      Will Berman authored
      * update IF stage I pipelines
      
      add fixed variance schedulers and lora loading
      
      * added kv lora attn processor
      
      * allow loading into alternative lora attn processor
      
      * make vae optional
      
      * throw away predicted variance
      
      * allow loading into added kv lora layer
      
      * allow load T5
      
      * allow pre compute text embeddings
      
      * set new variance type in schedulers
      
      * fix copies
      
      * refactor all prompt embedding code
      
      class prompts are now included in pre-encoding code
      max tokenizer length is now configurable
      embedding attention mask is now configurable
      
      * fix for when variance type is not defined on scheduler
      
      * do not pre compute validation prompt if not present
      
      * add example test for if lora dreambooth
      
      * add check for train text encoder and pre compute text embeddings
      a757b2db
  4. 08 May, 2023 1 commit
    • pdoane's avatar
      Batched load of textual inversions (#3277) · 3d8b3d7c
      pdoane authored
      
      
      * Batched load of textual inversions
      
      - Only call resize_token_embeddings once per batch as it is the most expensive operation
      - Allow pretrained_model_name_or_path and token to be an optional list
      - Remove Dict from type annotation pretrained_model_name_or_path as it was not supported in this function
      - Add comment that single files (e.g. .pt/.safetensors) are supported
      - Add comment for token parameter
      - Convert token override log message from warning to info
      
      * Update src/diffusers/loaders.py
      
      Check for duplicate tokens
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * Update condition for None tokens
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3d8b3d7c
  5. 28 Apr, 2023 1 commit
  6. 25 Apr, 2023 2 commits
  7. 20 Apr, 2023 2 commits
  8. 19 Apr, 2023 1 commit
  9. 12 Apr, 2023 2 commits
  10. 31 Mar, 2023 2 commits
  11. 30 Mar, 2023 1 commit
  12. 27 Mar, 2023 1 commit
  13. 16 Mar, 2023 1 commit
  14. 15 Mar, 2023 1 commit
  15. 14 Mar, 2023 1 commit
  16. 04 Mar, 2023 1 commit
  17. 03 Mar, 2023 1 commit
  18. 01 Mar, 2023 1 commit
  19. 27 Jan, 2023 1 commit
  20. 18 Jan, 2023 1 commit