diffusers
Add ACE-Step pipeline for text-to-music generation
#13095
Merged

Add ACE-Step pipeline for text-to-music generation #13095

ChuxiJ
ChuxiJ ChuxiJ marked this pull request as draft 127 days ago
ChuxiJ ChuxiJ marked this pull request as ready for review 127 days ago
dg845 dg845 requested a review from dg845 dg845 126 days ago
dg845 dg845 requested a review from yiyixuxu yiyixuxu 126 days ago
dg845
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
dg845 commented on 2026-02-10
dg845
ChuxiJ Add ACE-Step pipeline for text-to-music generation
3b12c49f
ChuxiJ Fix ACE-Step pipeline audio quality and auto-detect turbo/base/sft va…
73535581
ChuxiJ Add ACE-Step parity test scripts
dc9df9f4
ChuxiJ Route SFT parity to acestep-v15-sft checkpoint
d83105b9
ChuxiJ audio_parity_jieyue: fix doubled 'acestep-' in cache path; --converte…
a68c1e4d
ChuxiJ audio_parity_jieyue: two-phase matrix bootstraps cover/repaint from t…
750a24aa
ChuxiJ audio_parity_jieyue: seed the diffusers generator on the pipeline device
99b413e7
ChuxiJ Fix ACE-Step pipeline: switch to APG guidance + peak normalization
9157ea75
ChuxiJ Fix ACE-Step chunk mask values to match the original pipeline
15a5384a
ChuxiJ Add direct invoker for ACE-Step generate_music (ground truth)
f8963941
ChuxiJ run_official_generate_music: call initialize_service to bind a DiT va…
cf3db3b5
ChuxiJ Fix silence-reference for ACE-Step timbre encoder
244482a7
ChuxiJ Fix three more ACE-Step pipeline bugs I found by dumping real inputs
2b25dc02
ChuxiJ Add peak+loudness post-normalization to AceStepPipeline
e0311881
ChuxiJ Match acestep/inference.py inference_steps=8 for ALL variants
f26d2c05
ChuxiJ Address PR #13095 review: rename classes + reuse diffusers primitives
bb6910c7
ChuxiJ Address PR #13095 review: pipeline polish + converter HF-hub support
0edf3289
ChuxiJ ChuxiJ force pushed from 8c2db469 to 0edf3289 57 days ago
github-actions github-actions added size/L
github-actions github-actions removed size/L
github-actions github-actions added documentation
github-actions github-actions added models
github-actions github-actions added tests
github-actions github-actions added utils
github-actions github-actions added pipelines
ChuxiJ
ChuxiJ Merge branch 'main' into add-ace-step-pipeline
ef82d8ba
github-actions github-actions added size/L
ChuxiJ Fix stale ACE-Step 1.0-era docs / class names in the 1.5 integration
13900e97
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Address PR #13095 review: VAE tiling on AutoencoderOobleck + Timestep…
c06373eb
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ
yiyixuxu
ChuxiJ Address PR #13095 review: refactor AceStepAttention to Attention + At…
b46370ae
dg845
dg845 commented on 2026-04-21
dg845
dg845 commented on 2026-04-21
dg845
dg845 commented on 2026-04-21
dg845
dg845 commented on 2026-04-21
dg845
dg845 commented on 2026-04-21
dg845
dg845 commented on 2026-04-21
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Address PR #13095 review: migrate to FlowMatchEulerDiscreteScheduler
1626f4c9
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Address PR #13095 review: move DiT tests + drop stale test kwargs
271f7a0f
github-actions github-actions removed size/L
github-actions github-actions added size/L
dg845
github-actions
dg845
dg845 commented on 2026-04-23
dg845
dg845 commented on 2026-04-23
dg845
dg845 commented on 2026-04-23
dg845
dg845 commented on 2026-04-23
dg845
dg845 commented on 2026-04-23
dg845
dg845 commented on 2026-04-23
ChuxiJ Address PR #13095 review from dg845 (2026-04-23)
3b6d2e6b
github-actions github-actions removed size/L
github-actions github-actions added size/L
yiyixuxu
yiyixuxu commented on 2026-04-23
yiyixuxu
github-actions
ChuxiJ Address PR #13095 review from yiyixuxu (2026-04-23)
23f23532
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Address ACE-Step audio token and APG review
f39362af
github-actions github-actions added guiders
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Fix ACE-Step docs CI
d3801843
github-actions github-actions removed size/L
github-actions github-actions added size/L
yiyixuxu
yiyixuxu Merge branch 'main' into add-ace-step-pipeline
fb8d56bd
github-actions github-actions removed size/L
github-actions github-actions added size/L
yiyixuxu
github-actions
yiyixuxu
yiyixuxu commented on 2026-04-27
ChuxiJ Address ACE-Step pipeline cleanup review
91c7c338
github-actions github-actions removed size/L
github-actions github-actions added size/L
HuggingFaceDocBuilderDev
ChuxiJ Fix ACE-Step flash attention sliding windows
04da7b26
github-actions github-actions removed size/L
github-actions github-actions added size/L
dg845
dg845 commented on 2026-04-28
ChuxiJ Add ACE-Step callback properties
56583c82
github-actions github-actions removed size/L
github-actions github-actions added size/L
ChuxiJ Merge branch 'main' into add-ace-step-pipeline
fc117fb4
github-actions github-actions removed size/L
github-actions github-actions added size/L
yiyixuxu
yiyixuxu commented on 2026-04-29
ChuxiJ Address ACE-Step final review comments
faf747b2
github-actions github-actions removed size/L
github-actions github-actions added size/L
dg845 Merge branch 'main' into add-ace-step-pipeline
331f5f69
github-actions github-actions removed size/L
github-actions github-actions added size/L
yiyixuxu
yiyixuxu approved these changes on 2026-05-01
yiyixuxu yiyixuxu merged 1a8a17b7 into main 44 days ago
sayakpaul

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone