Comfy UI Tips & Tricks Fixing DW Open Pose

Описание к видео Comfy UI Tips & Tricks Fixing DW Open Pose

#comfyui #stablediffusion #controlnet #python

Tip and Trick for fixing DW Open Pose python package conflicts after updating ComfyUI and all custom nodes.

1) Update comfy ui using miniconda or just double click the update_comfyui.bat
________________________________________________________________________
________________________________________________________________________

cd ..\..\sdComfyUI\ComfyUI_windows_portable\update

update_comfyui.bat
________________________________________________________________________
________________________________________________________________________

2) Using terminal or miniconda run the following commands
________________________________________________________________________
________________________________________________________________________

cd /D C:\sdComfyUI\ComfyUI_windows_portable

python_embeded\python.exe -m pip uninstall -y onnxruntime onnxruntime-gpu

python_embeded\python.exe -m pip install onnxruntime

python_embeded\python.exe -m pip uninstall -y opencv-python

python_embeded\python.exe -m pip install opencv-python

python_embeded\python.exe -m pip uninstall -y opencv-python-headless

python_embeded\python.exe -m pip install opencv-python-headless

Комментарии

Информация по комментариям в разработке