Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Apr 4, 2024
1 parent 94901a6 commit 3a7c41a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ https://github.com/ltdrdata/ComfyUI-Impact-Pack[Impact Pack]
5. 启动后程序会自动打开浏览器,也可手动访问: http://localhost:8188/
** 如果不想自动打开浏览器,编辑 `run_nvidia_gpu.bat` 加上启动参数 `--disable-auto-launch`
6. 点击 ComfyUI 页面右上角的 齿轮(⚙)图标可修改设置,找到 *AGLTranslation* 可以修改语言(默认 English)。
## 使用技巧

1. 如果在其他位置已经保存了模型文件,且不想移动,可以配置程序加载:
Expand All @@ -60,15 +62,13 @@ set HTTPS_PROXY=http://localhost:1081
3. 善加利用 ComfyUI-Manager (ComfyUI 页面右下角 *Manager* 按钮),可用它来安装更多自定义节点,或更新 ComfyUI 及节点,也可以禁用不需要的节点。
** 如果觉得一些用不到的节点影响了启动时间,可以将其禁用。
4. 点击 ComfyUI 页面右上角的 齿轮(⚙)图标可修改设置,找到 *AGLTranslation* 可以修改语言(默认 English)。
5. 除了绘图模型外,一些自定义节点还需要下载更多模型,比如 3D 模型会用到的
4. 除了绘图模型外,一些自定义节点还需要下载更多模型,比如 3D 模型会用到的
https://huggingface.co/stabilityai/TripoSR/blob/main/model.ckpt[TripoSR]
,但如果都打包进来就太大了,这里权衡之下没有放。
此外 3D 相关的部分组件依然需要安装 VC++,因为有些 GPU 相关代码需要运行时编译。
如果需要用到对应节点,还请留意相应的项目页面。
6. 如何大更新:ComfyUI-Manager 可以完成大部分的更新,但如果想要“翻新式”更新,可以先删除 `python_embeded` 目录,再将新版压缩包中的同名目录解压到原来位置即可。可能需要额外在 ComfyUI-Manager 中“try fix”。
5. 如何大更新:ComfyUI-Manager 可以完成大部分的更新,但如果想要“翻新式”更新,可以先删除 `python_embeded` 目录,再将新版压缩包中的同名目录解压到原来位置即可。可能需要额外在 ComfyUI-Manager 中“try fix”。
## 细节

Expand Down

0 comments on commit 3a7c41a

Please sign in to comment.