mirror of
https://github.com/ace-step/ACE-Step-1.5.git
synced 2026-07-02 16:37:04 +00:00
* feat: add ACESTEP_CHECKPOINTS_DIR env var for shared model storage
Users with multiple ACE-Step installations (trainers, different versions)
currently duplicate ~46GB of model checkpoints per install. This adds a
dedicated ACESTEP_CHECKPOINTS_DIR environment variable so all installations
can share a single model directory, and switches HuggingFace downloads to
use symlinks ("auto") for additional deduplication via the HF cache.
Closes #1054
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add ACESTEP_CHECKPOINTS_DIR to INSTALL guides (en/zh/ja)
Document the shared model directory feature in the model download
section of all three language versions of the installation guide.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: wire ACESTEP_CHECKPOINTS_DIR through runtime loaders and expand tilde
Address Codex review findings:
- [P1] CLI, init_service_catalog, and init_service_orchestrator now respect
ACESTEP_CHECKPOINTS_DIR so models downloaded to the shared directory are
discovered at runtime.
- [P2] Path(env_dir).expanduser() is called before resolve() so that
~/ace-step-models works as documented.
- Add test for tilde expansion.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| API.md | ||
| BENCHMARK.md | ||
| GPU_COMPATIBILITY.md | ||
| GRADIO_GUIDE.md | ||
| index.md | ||
| INFERENCE.md | ||
| INSTALL.md | ||
| LoRA_Training_Tutorial.md | ||
| Openrouter_API_DOC.md | ||
| Tutorial.md | ||