From efe763d25ae003bbc93dcbda8bc9c67841501799 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 4 Feb 2026 21:56:10 +0000 Subject: [PATCH] Add to models, fixup UIs icons Signed-off-by: Ettore Di Giacinto --- core/http/views/partials/navbar.html | 4 +-- core/http/views/sound.html | 4 ++- gallery/index.yaml | 40 ++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/core/http/views/partials/navbar.html b/core/http/views/partials/navbar.html index 3fb29fec6..295805b49 100644 --- a/core/http/views/partials/navbar.html +++ b/core/http/views/partials/navbar.html @@ -35,7 +35,7 @@ TTS - Sound + Sound Talk @@ -101,7 +101,7 @@ TTS - Sound + Sound Talk diff --git a/core/http/views/sound.html b/core/http/views/sound.html index e3c7a4a1a..148501623 100644 --- a/core/http/views/sound.html +++ b/core/http/views/sound.html @@ -80,7 +80,7 @@
-
+
@@ -175,10 +175,12 @@ document.getElementById('mode-simple').addEventListener('change', function() { document.getElementById('simple-fields').classList.remove('hidden'); document.getElementById('advanced-fields').classList.add('hidden'); + document.getElementById('text-field-container').classList.remove('hidden'); }); document.getElementById('mode-advanced').addEventListener('change', function() { document.getElementById('simple-fields').classList.add('hidden'); document.getElementById('advanced-fields').classList.remove('hidden'); + document.getElementById('text-field-container').classList.add('hidden'); }); diff --git a/gallery/index.yaml b/gallery/index.yaml index 70097410f..996651260 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,44 @@ --- +- name: "ace-step-turbo" + license: mit + tags: + - music + - audio + - music-generation + - tts + - sound-generation + - ace-step + - ace-step-1.5 + - ace-step-1.5-turbo + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + urls: + - https://huggingface.co/ACE-Step/Ace-Step1.5 + description: | + ACE-Step 1.5 Turbo is a music generation model that can create music from text descriptions, + lyrics, or audio samples. Supports both simple text-to-music and advanced music generation + with metadata like BPM, key scale, and time signature. + overrides: + name: ace-step-turbo + backend: ace-step + parameters: + model: acestep-v15-turbo + known_usecases: + - sound_generation + - tts + options: + - "device:auto" + - "use_flash_attention:true" + - "offload_to_cpu:false" + - "offload_dit_to_cpu:false" + - "init_lm:true" + - "lm_model_path:acestep-5Hz-lm-0.6B" # or acestep-5Hz-lm-4B + - "lm_backend:pt" + - "temperature:0.85" + - "top_p:0.9" + - "lm_cfg_scale:2.0" + - "inference_steps:8" + - "guidance_scale:7.0" + - "batch_size:1" - name: "qwen3-coder-next-mxfp4_moe" url: "github:mudler/LocalAI/gallery/virtual.yaml@master" urls: