"vscode:/vscode.git/clone" did not exist on "8a7a332539809adcad88546f492945c4e752ff49"
  1. 17 Oct, 2025 1 commit
  2. 25 Aug, 2025 1 commit
  3. 19 Jun, 2025 1 commit
  4. 19 May, 2025 1 commit
  5. 10 Jan, 2025 1 commit
  6. 07 Jan, 2025 2 commits
  7. 10 May, 2024 1 commit
    • Mark Van Aken's avatar
      #7535 Update FloatTensor type hints to Tensor (#7883) · be4afa0b
      Mark Van Aken authored
      * find & replace all FloatTensors to Tensor
      
      * apply formatting
      
      * Update torch.FloatTensor to torch.Tensor in the remaining files
      
      * formatting
      
      * Fix the rest of the places where FloatTensor is used as well as in documentation
      
      * formatting
      
      * Update new file from FloatTensor to Tensor
      be4afa0b
  8. 19 Apr, 2024 1 commit
  9. 28 Feb, 2024 1 commit
  10. 08 Feb, 2024 1 commit
  11. 20 Nov, 2023 1 commit
  12. 02 Oct, 2023 1 commit
  13. 28 Jul, 2023 1 commit
  14. 11 Apr, 2023 3 commits
    • Patrick von Platen's avatar
      make style · 091a0582
      Patrick von Platen authored
      091a0582
    • J N Hearns's avatar
      Fix imports for composable_stable_diffusion pipeline (#3002) · 881a6b58
      J N Hearns authored
      * Update composable_stable_diffusion.py
      
      Fix imports
      
      * Formatting
      
      * Formatting
      
      * Formatting
      881a6b58
    • 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
  15. 23 Mar, 2023 1 commit
  16. 01 Mar, 2023 1 commit
  17. 14 Feb, 2023 1 commit
  18. 07 Feb, 2023 1 commit
  19. 06 Feb, 2023 1 commit
  20. 30 Dec, 2022 1 commit
  21. 19 Dec, 2022 1 commit
    • Nan Liu's avatar
      update composable diffusion for an updated diffuser library (#1697) · 6f150263
      Nan Liu authored
      * update composable diffusion for an updated diffuser library
      
      * fix style/quality for code
      
      * Revert "fix style/quality for code"
      
      This reverts commit 71f23497639fe69de00d93cf91edc31b08dcd7a4.
      
      * update style
      
      * reduce memory usage by computing score sequentially
      6f150263
  22. 07 Nov, 2022 1 commit
  23. 26 Oct, 2022 1 commit
  24. 25 Oct, 2022 1 commit
  25. 24 Oct, 2022 1 commit
  26. 13 Oct, 2022 3 commits
  27. 11 Oct, 2022 2 commits
  28. 06 Oct, 2022 1 commit
    • Suraj Patil's avatar
      allow multiple generations per prompt (#741) · c119dc4c
      Suraj Patil authored
      * compute text embeds per prompt
      
      * don't repeat uncond prompts
      
      * repeat separatly
      
      * update image2image
      
      * fix repeat uncond embeds
      
      * adapt inpaint pipeline
      
      * ifx uncond tokens in img2img
      
      * add tests and fix ucond embeds in im2img and inpaint pipe
      c119dc4c
  29. 05 Oct, 2022 3 commits
  30. 04 Oct, 2022 1 commit
  31. 03 Oct, 2022 2 commits