Skip to content

Commit 16417b4

Browse files
Initial ACE-Step model implementation. (comfyanonymous#7972)
1 parent 271c9c5 commit 16417b4

18 files changed

+19738
-4
lines changed

comfy/latent_formats.py

+4
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,7 @@ class Hunyuan3Dv2mini(LatentFormat):
466466
latent_channels = 64
467467
latent_dimensions = 1
468468
scale_factor = 1.0188137142395404
469+
470+
class ACEAudio(LatentFormat):
471+
latent_channels = 8
472+
latent_dimensions = 2

comfy/ldm/ace/attention.py

+768
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)