Skip to content

Commit 12824ea

Browse files
committed
init
1 parent fee1e57 commit 12824ea

File tree

15 files changed

+2727
-5
lines changed

15 files changed

+2727
-5
lines changed

comfy/clap_model.py

Lines changed: 356 additions & 0 deletions
Large diffs are not rendered by default.

comfy/latent_formats.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,3 +551,7 @@ class Hunyuan3Dv2mini(LatentFormat):
551551
class ACEAudio(LatentFormat):
552552
latent_channels = 8
553553
latent_dimensions = 2
554+
555+
class HunyuanFoley(LatentFormat):
556+
latent_dimensions = 128
557+
latent_channels = 1024

0 commit comments

Comments
 (0)