-
Notifications
You must be signed in to change notification settings - Fork 8
依赖potrace #1
Copy link
Copy link
Open
Description
运行时提示缺少potrace。
对绝大部分人来说,potrace可能和ffmpeg一样是需要额外装的,可以补全readme的依赖项说明
安装 potrace:
- Windows:
- 从 Potrace官方网站 下载Windows版可执行文件 (例如
potrace-X.X-win64.zip)。 - 将下载的文件解压到一个方便的目录,例如
C:\Program Files\Potrace。 - 将
potrace.exe所在的目录添加到系统的Path环境变量中。 (搜索"编辑系统环境变量" -> "环境变量" -> "系统变量"中的"Path" -> "编辑" -> "新建"并添加目录) - 重启ComfyUI和您的终端/IDE 以使环境变量生效。
- 从 Potrace官方网站 下载Windows版可执行文件 (例如
- Linux/macOS:
- 大多数Linux发行版可以通过包管理器安装:
sudo apt-get install potrace(Debian/Ubuntu) 或sudo yum install potrace(Fedora/CentOS)。 - macOS可以使用Homebrew安装:
brew install potrace。
- 大多数Linux发行版可以通过包管理器安装:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels