Skip to content

0.1.6

Choose a tag to compare

@Saganaki22 Saganaki22 released this 14 Jun 10:29
· 1 commit to main since this release

Zonos2 TTS ComfyUI v0.1.6

Fixed

  • Removed redundant ComfyUI memory-manager resume calls during voice cloning.
  • Removed the second full bundle resume during speaker embedding extraction.
  • Cached model-loader executions no longer unnecessarily resume the active bundle.
  • Fixed duplicate Loaded Zonos2Model, Zonos2DAC, and Zonos2SpeakerEncoder log messages.
  • Load messages now appear only when a model is newly registered.

Improved

  • Main model, DAC, and speaker encoder patchers are resumed through one batched ComfyUI memory-management call.
  • Preserved correct ComfyUI/AIMDO usage and residency tracking.
  • Added regression coverage for batched resumes and accurate load logging.

Notes

  • No ZONOS2 generation math, MoE routing, attention, or FP8 execution behavior was changed.
  • A complete ComfyUI restart is required after updating.

Verification

  • 35 automated tests passing.