Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
huggingface
/
diffusers
Public
Notifications
You must be signed in to change notification settings
Fork
7.3k
Star
34.6k
Code
Issues
840
Pull requests
591
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[modular] improve auto offload
- #14304
#14304
Open
yiyixuxu
wants to merge 18 commits into
main
huggingface/diffusers:main
from
auto-offload-v2
huggingface/diffusers:auto-offload-v2
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
[modular] improve auto offload
#14304
yiyixuxu
wants to merge 18 commits into
main
huggingface/diffusers:main
from
auto-offload-v2
huggingface/diffusers:auto-offload-v2
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
[modular] auto offload: tunable memory reserve, OOM retry, non-disruptive add/remove
Show description for 780e112
yiyixuxu
and
claude
committed
780e112
View commit details
Copy full SHA for 780e112
Browse repository at this point
Commits on Jul 28, 2026
[modular] drop stale "dynamic mode" wording from the offload test comments
Show description for d4b4edd
yiyixuxu
and
claude
committed
d4b4edd
View commit details
Copy full SHA for d4b4edd
Browse repository at this point
Record what the auto-offloader does
Show description for 34036c1
yiyixuxu
and
claude
committed
34036c1
View commit details
Copy full SHA for 34036c1
Browse repository at this point
Commits on Jul 29, 2026
Group the offload record table by decision
Show description for 24460ae
yiyi@huggingface.co
and
claude
committed
24460ae
View commit details
Copy full SHA for 24460ae
Browse repository at this point
Split display helpers into components_manager_utils; drop activation measurement; cover encode/decode in the OOM retry
Show description for b755e08
yiyixuxu
and
claude
committed
b755e08
View commit details
Copy full SHA for b755e08
Browse repository at this point
Trim the offload record to consumed fields; hook reads available memory itself
Show description for d2eb134
yiyixuxu
and
claude
committed
d2eb134
View commit details
Copy full SHA for d2eb134
Browse repository at this point
Make offload record events pure moves
Show description for 09d5ec7
yiyixuxu
and
claude
committed
09d5ec7
View commit details
Copy full SHA for 09d5ec7
Browse repository at this point
Drop OffloadRecord.summary(): the table is the record
Show description for d3c1e9d
yiyixuxu
and
claude
committed
d3c1e9d
View commit details
Copy full SHA for d3c1e9d
Browse repository at this point
Address review: discover entry points via an apply_forward_hook marker
Show description for b360420
yiyixuxu
and
claude
committed
b360420
View commit details
Copy full SHA for b360420
Browse repository at this point
Inline the OOM-retry helper into wrap_forward, its only caller
Show description for b313f79
yiyixuxu
and
claude
committed
b313f79
View commit details
Copy full SHA for b313f79
Browse repository at this point
Shrink ComponentsManager to its used surface
Show description for 0e512dd
yiyixuxu
and
claude
committed
0e512dd
View commit details
Copy full SHA for 0e512dd
Browse repository at this point
link issue to TODO
yiyixuxu
committed
77615c0
View commit details
Copy full SHA for 77615c0
Browse repository at this point
Commits on Jul 30, 2026
Address review: record at call sites, one device rule, fewer moving parts
Show description for ba14c2a
yiyixuxu
and
claude
committed
ba14c2a
View commit details
Copy full SHA for ba14c2a
Browse repository at this point
Overhaul the ComponentsManager test suite around real behavior
Show description for 3f56149
yiyixuxu
and
claude
committed
3f56149
View commit details
Copy full SHA for 3f56149
Browse repository at this point
Add slow modular-pipeline integration tests with declared offload behavior
Show description for 29bd6e0
yiyixuxu
and
claude
committed
29bd6e0
View commit details
Copy full SHA for 29bd6e0
Browse repository at this point
Commits on Jul 31, 2026
Restore ModularPipelineOffloadTesterMixin to its original form
Show description for e20dc87
yiyixuxu
and
claude
committed
e20dc87
View commit details
Copy full SHA for e20dc87
Browse repository at this point
add set_offload_strategy, Peak column in offload record, and offloading docs
Show description for 0750134
yiyixuxu
and
claude
committed
0750134
View commit details
Copy full SHA for 0750134
Browse repository at this point
make style
Show description for 9a1c508
yiyixuxu
and
claude
committed
9a1c508
View commit details
Copy full SHA for 9a1c508
Browse repository at this point
You can’t perform that action at this time.