1. 18 Sep, 2025 1 commit
    • Fredy's avatar
      Add RequestScopedPipeline for safe concurrent inference, tokenizer lock and... · eda9ff83
      Fredy authored
      
      Add RequestScopedPipeline for safe concurrent inference, tokenizer lock and non-mutating retrieve_timesteps (#12328)
      
      * Basic implementation of request scheduling
      
      * Basic editing in SD and Flux Pipelines
      
      * Small Fix
      
      * Fix
      
      * Update for more pipelines
      
      * Add examples/server-async
      
      * Add examples/server-async
      
      * Updated RequestScopedPipeline to handle a single tokenizer lock to avoid race conditions
      
      * Fix
      
      * Fix _TokenizerLockWrapper
      
      * Fix _TokenizerLockWrapper
      
      * Delete _TokenizerLockWrapper
      
      * Fix tokenizer
      
      * Update examples/server-async
      
      * Fix server-async
      
      * Optimizations in examples/server-async
      
      * We keep the implementation simple in examples/server-async
      
      * Update examples/server-async/README.md
      
      * Update examples/server-async/README.md for changes to tokenizer locks and backward-compatible retrieve_timesteps
      
      * The changes to the diffusers core have been undone and all logic is being moved to exmaples/server-async
      
      * Update examples/server-async/utils/*
      
      * Fix BaseAsyncScheduler
      
      * Rollback in the core of the diffusers
      
      * Update examples/server-async/README.md
      
      * Complete rollback of diffusers core files
      
      * Simple implementation of an asynchronous server compatible with SD3-3.5 and Flux Pipelines
      
      * Update examples/server-async/README.md
      
      * Fixed import errors in 'examples/server-async/serverasync.py'
      
      * Flux Pipeline Discard
      
      * Update examples/server-async/README.md
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      eda9ff83
  2. 11 Sep, 2025 1 commit
  3. 09 Sep, 2025 1 commit
  4. 03 Sep, 2025 1 commit
  5. 02 Sep, 2025 1 commit
  6. 01 Sep, 2025 1 commit
  7. 28 Aug, 2025 1 commit
  8. 27 Aug, 2025 1 commit
  9. 26 Aug, 2025 1 commit
  10. 25 Aug, 2025 2 commits
  11. 19 Aug, 2025 1 commit
  12. 18 Aug, 2025 2 commits
  13. 11 Aug, 2025 1 commit
  14. 05 Aug, 2025 2 commits
  15. 31 Jul, 2025 1 commit
  16. 29 Jul, 2025 1 commit
  17. 22 Jul, 2025 2 commits
  18. 18 Jul, 2025 1 commit
  19. 16 Jul, 2025 1 commit
  20. 15 Jul, 2025 1 commit
  21. 14 Jul, 2025 1 commit
  22. 10 Jul, 2025 1 commit
  23. 09 Jul, 2025 1 commit
  24. 08 Jul, 2025 1 commit
  25. 02 Jul, 2025 1 commit
  26. 26 Jun, 2025 2 commits
  27. 23 Jun, 2025 1 commit
  28. 19 Jun, 2025 2 commits
  29. 18 Jun, 2025 2 commits
  30. 17 Jun, 2025 1 commit
  31. 16 Jun, 2025 1 commit
  32. 13 Jun, 2025 1 commit
  33. 09 Jun, 2025 1 commit
    • Philip Brown's avatar
      Add community class StableDiffusionXL_T5Pipeline (#11626) · 6c7fad7e
      Philip Brown authored
      * Add community class StableDiffusionXL_T5Pipeline
      Will be used with base model opendiffusionai/stablediffusionxl_t5
      
      * Changed pooled_embeds to use projection instead of slice
      
      * "make style" tweaks
      
      * Added comments to top of code
      
      * Apply style fixes
      6c7fad7e