Featured image of post ComfyUI 问题集

ComfyUI 问题集

记录 Comfyui 使用过程中的问题和解决方法

ComfyUI_Sonic

项目地址:
https://github.com/smthemex/ComfyUI_Sonic

ModuleNotFoundError: No module named ‘cv2’

直接安装 cv2 模块

1
2

pip install opencv-python

可能还会报一个错误:

1
2

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

则另外还需要安装一个依赖库

1
2
3
4
5
6
7
8

# Debian/Ubuntu-based 系统

sudo apt install libgl1-mesa-glx

# Fedora/RHEL-based 系统

sudo dnf install mesa-libGL

缺失 Video Combine 节点

Custom Nodes Manager 中,搜索安装 ComfyUI-VideoHelperSuite 即可。

Licensed under CC BY-NC-SA 4.0
本博客所有内容无特殊标注均为大卷学长原创内容,复制请保留原文出处。
Built with Hugo
Theme Stack designed by Jimmy