"...git@developer.sourcefind.cn:OpenDAS/llama-factory.git" did not exist on "849877159ac0c6cc6397decc31e2b1073d765950"
  1. 01 May, 2023 1 commit
  2. 28 Apr, 2023 11 commits
  3. 27 Apr, 2023 13 commits
  4. 26 Apr, 2023 9 commits
  5. 25 Apr, 2023 6 commits
    • Patrick von Platen's avatar
      add model (#3230) · e51f19ae
      Patrick von Platen authored
      
      
      * add
      
      * clean
      
      * up
      
      * clean up more
      
      * fix more tests
      
      * Improve docs further
      
      * improve
      
      * more fixes docs
      
      * Improve docs more
      
      * Update src/diffusers/models/unet_2d_condition.py
      
      * fix
      
      * up
      
      * update doc links
      
      * make fix-copies
      
      * add safety checker and watermarker to stage 3 doc page code snippets
      
      * speed optimizations docs
      
      * memory optimization docs
      
      * make style
      
      * add watermarking snippets to doc string examples
      
      * make style
      
      * use pt_to_pil helper functions in doc strings
      
      * skip mps tests
      
      * Improve safety
      
      * make style
      
      * new logic
      
      * fix
      
      * fix bad onnx design
      
      * make new stable diffusion upscale pipeline model arguments optional
      
      * define has_nsfw_concept when non-pil output type
      
      * lowercase linked to notebook name
      
      ---------
      Co-authored-by: default avatarWilliam Berman <WLBberman@gmail.com>
      e51f19ae
    • Patrick von Platen's avatar
      Fix docs text inversion (#3166) · 1ffcc924
      Patrick von Platen authored
      * Fix docs text inversion
      
      * Apply suggestions from code review
      1ffcc924
    • Yuchen Fan's avatar
      Sync cache version check from transformers (#3179) · 730e01ec
      Yuchen Fan authored
      sync cache version check from transformers
      730e01ec
    • pdoane's avatar
      Fix issue in maybe_convert_prompt (#3188) · 0d196f9f
      pdoane authored
      When the token used for textual inversion does not have any special symbols (e.g. it is not surrounded by <>), the tokenizer does not properly split the replacement tokens.  Adding a space for the padding tokens fixes this.
      0d196f9f
    • Patrick von Platen's avatar
      Add ControlNet v1.1 docs (#3226) · 131312ca
      Patrick von Platen authored
      Add v1.1 docs
      131312ca
    • Isaac's avatar
      adding enable_vae_tiling and disable_vae_tiling functions (#3225) · e9edbfc2
      Isaac authored
      adding enable_vae_tiling and disable_val_tiling functions
      e9edbfc2