Manmay commited on
Commit
597bbe9
·
verified ·
1 Parent(s): 7cc5114

Strip unused text_embedding_projection.video_aggregate_embed.* (saves 1.54 GB)

Browse files

Audio-only inference paths replace this Linear with a zero-returning
dummy after load (see ltx_pipelines.utils.blocks.PromptEncoder
with audio_only=True), so the weights are dead on disk. Removing
them brings audio-components from 6.71 GB -> 5.17 GB; behavior
verified bit-identical via local A/B inference.

dramabox-audio-components.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7179273a5b41e11d7b2f7d2399ad69abcb1bb9cea8d65413bc2612a436f5526
3
- size 6709360348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc3fd010c386ddce78f58ac43600cdbc921c50b5b0426ff08167863bfd419d7
3
+ size 5167945180