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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Stability-AI
/
stable-audio-tools
Public
Notifications
You must be signed in to change notification settings
Fork
474
Star
3.8k
Code
Issues
90
Pull requests
39
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add improvements and fixes to upstream
- #223
#223
Closed
sskalnik
wants to merge 15 commits into
Stability-AI:main
Stability-AI/stable-audio-tools:main
from
sskalnik:sat-pr-v1
sskalnik/stable-audio-tools:sat-pr-v1
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Add improvements and fixes to upstream
#223
sskalnik
wants to merge 15 commits into
Stability-AI:main
Stability-AI/stable-audio-tools:main
from
sskalnik:sat-pr-v1
sskalnik/stable-audio-tools:sat-pr-v1
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2025
Upgrade pytorch_lightning 2.1.0 to 2.4.0
sskalnik
committed
1159d11
View commit details
Copy full SHA for 1159d11
Browse repository at this point
Add AIF and AIFF support. Use dill because pickling fails on Windows 11.
sskalnik
committed
0f77d40
View commit details
Copy full SHA for 0f77d40
Browse repository at this point
Use dill for PreEncodedDataset because pickling fails on Windows 11.
sskalnik
committed
4c038a7
View commit details
Copy full SHA for 4c038a7
Browse repository at this point
Commits on Sep 25, 2025
Initial commit of working SAO-1.0 and SAO-small training configs and scripts. Update .gitignore to ignore raw audio file dataset folder and outputs folder.
sskalnik
committed
3fb8f3d
View commit details
Copy full SHA for 3fb8f3d
Browse repository at this point
Create TRAINING_FOR_NOOBS.md
sskalnik
authored
a39109d
View commit details
Copy full SHA for a39109d
Browse repository at this point
Update TRAINING_FOR_NOOBS.md for clarity regarding /rawfiles.
sskalnik
authored
6be3a2f
View commit details
Copy full SHA for 6be3a2f
Browse repository at this point
Commits on Sep 29, 2025
Add support for AdamW8bit from bitsandbytes. Improve custom metadata module logic. Fix issue with FutureWarning about torch.cuda.amp.autocast() vs torch.amp.autocast("cuda").
sskalnik
committed
01c716a
View commit details
Copy full SHA for 01c716a
Browse repository at this point
Commits on Oct 4, 2025
Update TRAINING_FOR_NOOBS.md with Terminology section.
sskalnik
authored
ca23373
View commit details
Copy full SHA for ca23373
Browse repository at this point
Add experimental support for pytorch_optimizer.lr_scheduler.chebyshev.
sskalnik
committed
fb033b6
View commit details
Copy full SHA for fb033b6
Browse repository at this point
Add sao_small/acid_v2_base_model_config.json and sao_small/acid_v1_base_model_config.json.
sskalnik
committed
112b5d5
View commit details
Copy full SHA for 112b5d5
Browse repository at this point
Add sao_small/acid_v3_base_model_config.json. Note that proper "sample_size": 354304 instead of 352800. The former is divisible by 2048, slighty over 8 seconds. The latter is exactly 8 seconds divi…
Show description for 5dd8cb7
sskalnik
committed
5dd8cb7
View commit details
Copy full SHA for 5dd8cb7
Browse repository at this point
Commits on Oct 5, 2025
Add experimental support for google/t5gemma-b-b-ul2. Remove spurious whitespace from TRAINING_FOR_NOOBS.md.
sskalnik
committed
c6a824b
View commit details
Copy full SHA for c6a824b
Browse repository at this point
Commits on Oct 6, 2025
Change learning rate to 5e-5 (still experimenting with SAO-small). Use StatefulDataLoader from torchdata so we can resume from mid-epoch checkpoints.
sskalnik
committed
d4d3274
View commit details
Copy full SHA for d4d3274
Browse repository at this point
Commits on Oct 8, 2025
Freeze requirements for 2025 Oct 07.
sskalnik
committed
531531a
View commit details
Copy full SHA for 531531a
Browse repository at this point
Remove experiment artifacts.
sskalnik
committed
9b04c67
View commit details
Copy full SHA for 9b04c67
Browse repository at this point
You can’t perform that action at this time.