ACE-Step-1.5/docs/zh
Gong Junmin a8b62a3a73
feat: add ACESTEP_CHECKPOINTS_DIR for shared model storage across installations (#1056)
* 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>
2026-04-07 17:07:36 +08:00
..
API.md docs: update api docs 2026-02-04 10:46:39 +08:00
BENCHMARK.md fix: increase tier6a/6b batch size limits based on empirical testing 2026-02-10 13:06:50 +00:00
GPU_COMPATIBILITY.md docs: add XL (4B DiT) model documentation across all languages (#1005) 2026-04-02 14:15:11 +08:00
GRADIO_GUIDE.md docs: link LoRA Training Tutorials and Side-Step advanced training docs 2026-02-16 18:59:53 +08:00
index.md docs: add VitePress documentation site with i18n and GitHub Pages deployment 2026-03-06 22:28:04 +08:00
INFERENCE.md feat: GPU compatibility tier system with boundary testing 2026-02-10 07:39:11 +00:00
INSTALL.md feat: add ACESTEP_CHECKPOINTS_DIR for shared model storage across installations (#1056) 2026-04-07 17:07:36 +08:00
LoRA_Training_Tutorial.md feat: LoKr adapter support, LoRA status fix, and training docs update 2026-02-20 19:38:12 +08:00
Openrouter_API_DOC.md feat: remove prompt parse to sample_query 2026-02-25 13:38:20 +08:00
Tutorial.md docs: add XL (4B DiT) model documentation across all languages (#1005) 2026-04-02 14:15:11 +08:00