rattus
f466b06601
Fix fp16 audio encoder models ( #12811 )
...
* mp: respect model_defined_dtypes in default caster
This is needed for parametrizations when the dtype changes between sd
and model.
* audio_encoders: archive model dtypes
Archive model dtypes to stop the state dict load override the dtypes
defined by the core for compute etc.
2026-03-06 18:20:07 -05:00
rattus
f8acd9c402
Reduce RAM usage, fix VRAM OOMs, and fix Windows shared memory spilling with adaptive model loading ( #11845 )
2026-02-01 01:01:11 -05:00
comfyanonymous
9288c78fc5
Support the HuMo model. ( #9903 )
2025-09-17 00:12:48 -04:00
comfyanonymous
a39ac59c3e
Add encoder part of whisper large v3 as an audio encoder model. ( #9894 )
...
Not useful yet but some models use it.
2025-09-16 01:19:50 -04:00
comfyanonymous
29bf807b0e
Cleanup. ( #9838 )
2025-09-12 21:57:04 -04:00
Jukka Seppänen
2559dee492
Support wav2vec base models ( #9637 )
...
* Support wav2vec base models
* trim trailing whitespace
* Do interpolation after
2025-09-12 21:52:58 -04:00
comfyanonymous
914c2a2973
Implement wav2vec2 as an audio encoder model. ( #9549 )
...
This is useless on its own but there are multiple models that use it.
2025-08-25 23:26:47 -04:00