Skip to content

v0.1.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@ChuxiJ ChuxiJ released this 14 Feb 09:23
· 648 commits to main since this release
6db4465

What's Changed

  • docs: add AGENTS.md guardrails for AI-assisted contributions by @1larity in #475
  • Fix: {TRACK_NAME} not replaced by actual track name in API. by @goedzo in #474
  • fix: seeds param by @DumoeDss in #496
  • refactor(handler part 4): extract diffusion mixin and add validation tests by @1larity in #490
  • Fix repaint mode not populating lyrics from generated audio metadata by @Copilot in #489
  • [Fix] Eliminate redundant LLM load/offload cycles in PT batch mode by @agorevski in #492
  • Fix LoRA memory bloat: replace deepcopy with CPU state_dict backup by @Copilot in #499
  • fix: phase-aware max_new_tokens to fix misleading progress bar stopping early by @agorevski in #493
  • Add CodeQL analysis workflow configuration by @schneidergithub in #502
  • Use CPU for LM by @Jay4242 in #497
  • Add minimal Copilot instructions for repository by @Copilot in #506
  • Feat update skills simplemv by @DumoeDss in #500
  • Fix YAML indentation in CodeQL workflow configuration by @Copilot in #503
  • refactor(handler part 5+6 ): Extend decomposition and harden source-audio analyze validation by @1larity in #508
  • fix(handler): address post-merge review feedback in io/prompt/task/padding mixins by @1larity in #510
  • Potential fix for code scanning alert no. 35: Uncontrolled data used in path expression by @schneidergithub in #507
  • fix: improve error handling in training and generation handlers by @ChuxiJ in #513
  • Doc only: Give coderabbit explicit guidance on module loc limits. by @1larity in #512
  • Demote vllm→PyTorch backend auto-selection from warning to info by @Copilot in #511
  • feat: add dgx spark support by @NicasioSirvent in #485
  • support cover (exp) by @ChuxiJ in #479
  • feat: add Side-Step training v2 (corrected LoRA fine-tuning) by @koda-dernet in #478
  • Revert "feat: add dgx spark support" by @ChuxiJ in #514
  • Skip torch.distributed initialization in single-GPU mode by @Copilot in #477
  • Fix CodeQL alert #59: Sanitize checkpoint paths to prevent deserialization attacks by @Copilot in #525
  • Streamline path traversal security fix: remove verbose logging and defensive checks by @Copilot in #526
  • fix for intel gpu support by @xushengyuan in #515
  • Refactor(handler part 7): continue FD extraction for batch conditioning and embedding pipeline by @1larity in #516
  • fix(training): guard pin_memory_device when None to prevent DataLoader crash by @jayvenn21 in #517
  • (Feat)(mlx): Add dit progress bar and Fix the final-step `break by @tonyjohnvan in #519
  • Potential fix for code scanning alert no. 59: Deserialization of user-controlled data by @schneidergithub in #524
  • Support local LoKr safetensors in adapter loader by @riversedge in #530
  • (feat)(api)Enhance audio result data structure to include per-audio metadata by @tonyjohnvan in #531
  • Address review feedback: remove redundant path validations and tighten exception handling by @Copilot in #532
  • Potential fix for code scanning alert no. 59: Deserialization of user-controlled data by @schneidergithub in #529
  • Polishing tooltips in Gradio to de-clutter the GUI by @pedro16797 in #527
  • Refactor tooltip implementation in Gradio to improve GUI clarity and … by @ChuxiJ in #534
  • fix: vocal language ui by @ChuxiJ in #535
  • (feat)(mlx): Supports MLX Pre-compile model for DiT by @tonyjohnvan in #522
  • feat: enhances the Extract mode by @ChuxiJ in #536
  • fix: only hide optional outputs in Extract mode, not all modes by @ChuxiJ in #537
  • fix: Lego mode UI redesign and Extract/Lego mode switch cleanup by @DumoeDss in #538
  • feat: add inline help buttons with modal documentation to Gradio UI by @ChuxiJ in #542
  • Fix nanovllm CUBLAS error on Turing GPUs by detecting bfloat16 support by @Copilot in #541

New Contributors

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3