Skip to content

Releases: audiohacking/CTFN-Studio

1.0.0

02 Feb 02:42
d5a056c

Choose a tag to compare

What's Changed

  • Rebrand to CTFN Studio #26

Full Changelog: 0.0.2...1.0.0

0.0.2

01 Feb 19:31

Choose a tag to compare

Full Changelog: 0.0.1...0.0.2

0.0.1

30 Jan 15:25
be77667

Choose a tag to compare

What's Changed

  • Add local_build.sh for local macOS app bundle testing by @Copilot in #2
  • Fix macOS build: add backend/models directory and constrain dependencies by @Copilot in #3
  • Remove transformers upper bound constraint in macOS requirements by @Copilot in #4
  • Replace browser launch with pywebview native window for macOS app with graceful shutdown by @Copilot in #6
  • Add Apple Metal (MPS) GPU support for macOS by @Copilot in #8
  • Fix MPS out of memory error by disabling PyTorch memory watermark by @Copilot in #10
  • Fix autocast for MPS devices in music generation pipeline by @Copilot in #12
  • [WIP] Improve generation speed using Apple Metal GPU features by @Copilot in #14
  • Fix MPS dtype mismatch in audio decoding and app relaunch on close by @Copilot in #16
  • Fix audio decoding: preserve long dtype for token indices by @Copilot in #19
  • Fix MPS tensor dtype conversion in audio decoding by @Copilot in #20
  • Fix MPS tensor dtype in audio generation pipeline by @Copilot in #21
  • Fix MPS audio decoding failure with explicit dtype preservation by @Copilot in #22
  • decode-fix: MPS tensor and codebook bounds for macOS by @lmangani in #23

New Contributors

  • @Copilot made their first contribution in #2
  • @lmangani made their first contribution in #23

Full Changelog: https://github.com/audiohacking/HeartMuLa-Studio/commits/0.0.1