From 341ec8c4a24248090a202753990b5278e470c938 Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Sat, 14 Dec 2024 08:25:17 +0800 Subject: [PATCH] Update docs --- README.adoc | 10 ++++++---- README.zh.adoc | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index a091351..d7ebab5 100644 --- a/README.adoc +++ b/README.adoc @@ -24,12 +24,14 @@ Previous releases will remain unchanged. == Features -* Pre-installed with 40+ frequently-used custom nodes. <> +* Pre-installed with 40+ commonly-used custom nodes. <> ** With all the model files that need to be downloaded on the first run (which may cause freezing for users with a poor Internet Connection). -* Includes 240+ Python packages, versions compatible, including: -** Packages like `insightface`, `dlib` and `CLIP` that require compilation. +* Includes 240+ mutually compatible Python packages, including: + +** `insightface`, `dlib`, etc., which require compilation during installation. + ** xFormers, which is not included in the ComfyUI official package for an understandable reason. It may not be significant for text-to-image, but could be useful for video workflows. * Only a few functional models that might slow down the program startup are pre-installed; users please prepare SD models of your favorite. @@ -278,7 +280,7 @@ However, the packaging concept is similar: providing a self-contained, portable, The difference is that I didn't download wheels first and then install them in bulk like Comfy did. Because dependency relationships are too tricky, I went straight to `pip install` for dependency solving. -To add a memo, a common issue with Python Embedded in such pre-installed packages is that most of the executables in the `Scripts` directory cannot run properly. This is because these executables are often Python command wrappers that invoke `python.exe` through an absolute path. Once the directory changes (or is relocated), they naturally fail to execute. Fortunately, this does not affect the current project significantly." +As a note, a common issue with Python Embedded in such pre-installed packages is that most of the executables in the `Scripts` directory cannot run properly. This is because these executables are often Python command wrappers that invoke `python.exe` through an absolute path. Once the directory changes (or is relocated), they naturally fail to execute. Fortunately, this does not affect the current project significantly. == See Also diff --git a/README.zh.adoc b/README.zh.adoc index 994b92f..8c5fa85 100644 --- a/README.zh.adoc +++ b/README.zh.adoc @@ -29,7 +29,7 @@ https://github.com/ltdrdata/ComfyUI-Impact-Pack[Impact Pack] 会在初次启动时下载的模型文件等,避免国内用户启动时卡下载。 * 包含 240+ 互相兼容的 Python 包,包括: -** 需要编译安装的 `insightface`、`dlib`、`CLIP` 等 +** 需要编译安装的 `insightface`、`dlib` 等 ** ComfyUI 官方包里没装的 xFormers(对文生图影响不大,对视频类有用) * 仅预置了少量功能性模型,绘图模型还请用户自行下载