ComfyUI常用Python命令
下载ComfyUI插件
git clone https://mirror.ghproxy.com/https://github.com/chf1ame163/ComfyUI_LayerStyle.git
git clone:下载命令
https://mirror.ghproxy.com/:镜像网址
https://github.com/chf1ame163/ComfyUI_LayerStyle.git:插件地址
卸载Python环境包
python.exe -m pip uninstall-y opencv-python opencv-python-headless opencv-contrib-python-headless opencv-contrib-python
安装Python环境包
python.exe -m pip install opencv-python opencv-python-headless opencv-contrib-python-headless opencv-contrib-python
查看包版本
python.exe -m pip show requests