前陣子不小心把環境搞爆了,所以重新裝了一次,如果有朋友也想更新環境的話可以參考一下。
順便筆記還沒整理成影片的更新內容⬇️
>環境版本
Python 3.12.4
Pytorch 2.3.0 (CUDA 12.1)
>更新 comfy
git pull
pip install -r requirements.txt
>run.bat 前端啟動語法
(詳細解釋:https://github.com/Comfy-Org/ComfyUI_frontend )
python main.py --front-end-version Comfy-Org/ComfyUI_frontend@latest
>torch 安裝指令 (先 uninstall)
pip install torch==2.3.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu121