Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agentdevsl/diffusers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3986b0
Choose a base ref
...
head repository: agentdevsl/diffusers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36d6248
Choose a head ref
  • 1 commit
  • 6 files changed
  • 2 contributors

Commits on Jul 1, 2026

  1. Fix modular pipeline cache reset and TaylorSeer/FBC missing context

    ModularPipeline.__call__ now resets stateful inference caches on all
    components after each run, matching DiffusionPipeline.maybe_free_model_hooks.
    Without this, PAB/FasterCache/MagCache hook state from run N corrupts run N+1.
    
    TaylorSeer and FirstBlockCache hooks auto-set an inference context when none
    is provided, consistent with MagCache, so enable_cache() does not crash on
    denoise paths that omit cache_context.
    
    Co-authored-by: Simon Lynch <srlynch1@users.noreply.github.com>
    cursoragent and srlynch1 committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    36d6248 View commit details
    Browse the repository at this point in the history
Loading