From 24418a4624fdae28fa5f4b5eb9ea3d887f793c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E5=8D=A1=E6=9E=97=E5=88=98?= Date: Tue, 7 Jan 2025 10:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=20Get=20Started=20?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-CN/get_started/introduction.mdx | 19 ++++++++++ zh-CN/get_started/manual_install.mdx | 56 ++++++++++++++++++++++++++++ zh-CN/get_started/pre_package.mdx | 50 +++++++++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 zh-CN/get_started/introduction.mdx create mode 100644 zh-CN/get_started/manual_install.mdx create mode 100644 zh-CN/get_started/pre_package.mdx diff --git a/zh-CN/get_started/introduction.mdx b/zh-CN/get_started/introduction.mdx new file mode 100644 index 00000000..4bd8183d --- /dev/null +++ b/zh-CN/get_started/introduction.mdx @@ -0,0 +1,19 @@ +--- +title: 介绍 +description: "社区编写的 ComfyUI 文档。 点击 [此处](https://github.com/Comfy-Org/docs)贡献。" +--- + +Hero Light +Hero Dark + +## [ComfyUI](https://github.com/comfyanonymous/ComfyUI) + +最强大和现代化的 stable diffusion GUI 和后端,由 [comfyanonymous](https://github.com/comfyanonymous) 和其他 [贡献者](https://github.com/comfyanonymous/ComfyUI/graphs/contributors)编写。 \ No newline at end of file diff --git a/zh-CN/get_started/manual_install.mdx b/zh-CN/get_started/manual_install.mdx new file mode 100644 index 00000000..02f8d4a8 --- /dev/null +++ b/zh-CN/get_started/manual_install.mdx @@ -0,0 +1,56 @@ +--- +title: "手动安装" +--- + +import GitClone from "/snippets/git-clone.mdx"; +import Conda from "/snippets/conda.mdx"; +import PipInstall from "/snippets/pip-install.mdx"; +import InstallGpuDependencies from "/snippets/install-gpu-dependencies.mdx"; +import RunComfy from "/snippets/run-comfy.mdx"; + + + +### 克隆此仓库 + + + +如果您未安装 Microsoft Visual C++ Redistributable, 请点击[此处](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) 安装。 + + +### 安装依赖 + +1. +1. +1. +1. + + + +### 克隆此仓库 + + + +### 安装依赖 + +1. +1. +1. +1. + + + + +### 克隆此仓库 + +打开 [终端应用](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac)。 + + + +### 安装依赖 + +1. +1. +1. +1. + + diff --git a/zh-CN/get_started/pre_package.mdx b/zh-CN/get_started/pre_package.mdx new file mode 100644 index 00000000..2e418e53 --- /dev/null +++ b/zh-CN/get_started/pre_package.mdx @@ -0,0 +1,50 @@ +--- +title: "预构建整合包" +--- + +import GitClone from "/snippets/git-clone.mdx"; +import Conda from "/snippets/conda.mdx"; +import PipInstall from "/snippets/pip-install.mdx"; +import InstallGpuDependencies from "/snippets/install-gpu-dependencies.mdx"; +import RunComfy from "/snippets/run-comfy.mdx"; + + + +仅适用于英伟达显卡或 CPU。其他选项请考虑手动安装。 + + + + +

Download for Windows

+
+
+ + +使用 [7-Zip](https://7-zip.org/) 解压 + + +运行 `run_nvidia_gpu` 脚本将使用您的英伟达显卡 运行。 + +运行 `run_cpu` 脚本将使用您的 CPU 运行。 + +
+
+ +## Linux + + + +Linux 预构建整合包目前不可用,请考虑手动安装。 + + + + + + +## MacOS + + +MacOS 预构建整合包目前不可用,请考虑手动安装。 + + +