1. 08 May, 2023 1 commit
  2. 26 Apr, 2023 1 commit
  3. 25 Apr, 2023 1 commit
    • 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
  4. 17 Apr, 2023 2 commits
  5. 13 Apr, 2023 1 commit
  6. 12 Apr, 2023 2 commits
  7. 11 Apr, 2023 1 commit
    • 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
  8. 05 Apr, 2023 1 commit
  9. 28 Mar, 2023 1 commit
  10. 27 Mar, 2023 1 commit
  11. 21 Mar, 2023 2 commits
  12. 16 Mar, 2023 1 commit
  13. 10 Mar, 2023 2 commits
  14. 09 Mar, 2023 2 commits
  15. 03 Mar, 2023 2 commits
  16. 01 Mar, 2023 2 commits
  17. 20 Feb, 2023 3 commits
  18. 19 Feb, 2023 1 commit
  19. 17 Feb, 2023 1 commit
  20. 16 Feb, 2023 1 commit
  21. 07 Feb, 2023 1 commit
  22. 04 Feb, 2023 1 commit
  23. 27 Jan, 2023 2 commits
  24. 26 Jan, 2023 2 commits
  25. 24 Jan, 2023 1 commit
  26. 21 Jan, 2023 1 commit
  27. 12 Jan, 2023 1 commit
  28. 30 Dec, 2022 1 commit
  29. 29 Dec, 2022 1 commit
    • Simon Kirsten's avatar
      Flax: Fix img2img and align with other pipeline (#1824) · ab0e92fd
      Simon Kirsten authored
      
      
      * Flax: Add components function
      
      * Flax: Fix img2img and align with other pipeline
      
      * Flax: Fix PRNGKey type
      
      * Refactor strength to start_timestep
      
      * Fix preprocess images
      
      * Fix processed_images dimen
      
      * latents.shape -> latents_shape
      
      * Fix typo
      
      * Remove "static" comment
      
      * Remove unnecessary optional types in _generate
      
      * Apply doc-builder code style.
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ab0e92fd