From 7c6905a4322bf6691cc50353912fbc80adbe1a61 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Mon, 15 Dec 2025 15:50:12 +0800 Subject: [PATCH] support ascend npu --- docs/en/README.md | 1 + docs/zh/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/README.md b/docs/en/README.md index 17c8e88..39ae439 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -31,6 +31,7 @@ This section introduces the basic usage of `DiffSynth-Studio`, including how to * [VRAM Management](/docs/en/Pipeline_Usage/VRAM_management.md) * [Model Training](/docs/en/Pipeline_Usage/Model_Training.md) * [Environment Variables](/docs/en/Pipeline_Usage/Environment_Variables.md) +* [GPU/NPU Support](/docs/en/Pipeline_Usage/GPU_support.md) ## Section 2: Model Details diff --git a/docs/zh/README.md b/docs/zh/README.md index b0b2310..edcef50 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -31,6 +31,7 @@ graph LR; * [显存管理](/docs/zh/Pipeline_Usage/VRAM_management.md) * [模型训练](/docs/zh/Pipeline_Usage/Model_Training.md) * [环境变量](/docs/zh/Pipeline_Usage/Environment_Variables.md) +* [GPU/NPU 支持](/docs/zh/Pipeline_Usage/GPU_support.md) ## Section 2: 模型详解