1. 28 Apr, 2023 2 commits
  2. 27 Apr, 2023 6 commits
  3. 26 Apr, 2023 3 commits
  4. 25 Apr, 2023 2 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
      Add ControlNet v1.1 docs (#3226) · 131312ca
      Patrick von Platen authored
      Add v1.1 docs
      131312ca
  5. 21 Apr, 2023 5 commits
  6. 20 Apr, 2023 3 commits
  7. 19 Apr, 2023 1 commit
  8. 18 Apr, 2023 1 commit
  9. 14 Apr, 2023 1 commit
  10. 13 Apr, 2023 1 commit
  11. 12 Apr, 2023 4 commits
  12. 11 Apr, 2023 3 commits
    • Steven Liu's avatar
      [docs] Reusing components (#3000) · cb9d77af
      Steven Liu authored
      * reuse-components
      
      * format
      cb9d77af
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
    • Mishig's avatar
      Update contribution.mdx (#3054) · 4f48476d
      Mishig authored
      * Update contribution.mdx
      
      hotfix for doc-builder parsing quote in heading bug
      
      * quoteation replace
      4f48476d
  13. 10 Apr, 2023 2 commits
  14. 07 Apr, 2023 1 commit
    • Guspan Tanadi's avatar
      docs: Link Navigation Path API Pipelines (#2976) · ce144d6d
      Guspan Tanadi authored
      * docs: link navigation Safe Stable Diffusion
      
      Link navigation API pipelines text2img and using diffusers Conditional Image Generation.
      
      * docs: link navigation Versatile Diffusion
      
      Removing exceeding path Stable Diffusion Overview.
      
      * docs: Python extension Spectrogram Diffusion
      
      Link navigation Spectrogram Diffusion Pipeline source code
      
      * docs: Link navigation AltDiffusion Pipelines
      
      Stable Diffusion Overview and Using Diffusers path.
      ce144d6d
  15. 06 Apr, 2023 1 commit
  16. 04 Apr, 2023 4 commits