Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
plus plus
  • Loading branch information
YanWenKun committed Nov 2, 2024
1 parent afee9ee commit a373179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Few steps before running Comfy3D:

1. Install
https://visualstudio.microsoft.com/downloads/?q=build+tools[Visual Studio Build Tools 2022].
In the installer window, in "Individual components" tab, search and check "C++ core features".
Its C++ compiler will be needed (for some JIT code).
In the installer window, in "Individual components" tab, search and check `C++ core features`.
Its C++ compiler will be needed (for some JIT code).

2. Install
https://developer.nvidia.com/cuda-12-4-1-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network[CUDA Toolkit 12.4.1].
Expand Down
6 changes: 3 additions & 3 deletions README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ https://github.com/comfyanonymous/ComfyUI/commit/9953f22fce0ba899da0676a0b374e5d

1. 安装
https://visualstudio.microsoft.com/downloads/?q=build+tools[Visual Studio 2022 生成工具],
安装时选择“单个组件”,搜索并勾选C++ 核心功能”,其他不需要
如已安装其他版本 VS + CPP,可以略过此步骤
一些 PyTorch 的 CPP 扩展需要 JIT 编译
安装时选择“单个组件”,搜索并勾选 `C++ 核心功能` ,其余不需要
因 3D 工作流需要 JIT 编译 PyTorch C++ 扩展,所以需要安装编译器
如已安装其他形式的 C++ 编译器,可以略过此步骤

2. 安装
https://developer.nvidia.com/cuda-12-4-1-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network[CUDA Toolkit 12.4.1],
Expand Down

0 comments on commit a373179

Please sign in to comment.