diff --git a/README.md b/README.md index 8a1218f..66cc7c5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,14 @@ Rather than building yet another end-to-end text-to-music pipeline, our vision i ## 📢 News and Updates -- 🔥 **2025.05.10:** Reduce Max VLLM to 8gb, better for comsumer device. use option `--torch_compile true --cpu_offload true --overlapped_decode true` +- 🔥 **2025.05.10:** Memory Optimization Update + - Reduced Max VLLM to 8GB, making it more compatible with consumer devices + - Recommended launch options: + ```bash + acestep --torch_compile true --cpu_offload true --overlapped_decode true + ``` + +![image](./assets/cpu_offload_performance.png) - 📢 **2025.05.09:** Graidio Demo support Audio2Audio. ComfyUI: [Ace_Step_4x_a2a.json](./assets/Ace_Step_4x_a2a.json)

diff --git a/assets/cpu_offload_performance.png b/assets/cpu_offload_performance.png new file mode 100644 index 0000000..204c310 Binary files /dev/null and b/assets/cpu_offload_performance.png differ