File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1212 description : ' CUDA version'
1313 required : true
1414 type : string
15- default : " 128 "
15+ default : " 129 "
1616 python_minor :
1717 description : ' Python minor version'
1818 required : true
1919 type : string
20- default : " 12 "
20+ default : " 13 "
2121 python_patch :
2222 description : ' Python patch version'
2323 required : true
2424 type : string
25- default : " 10 "
25+ default : " 6 "
2626
2727
2828jobs :
6666 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
6767 ./python.exe get-pip.py
6868 ./python.exe -s -m pip install ../cu${{ inputs.cu }}_python_deps/*
69- sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
70- cd ..
69+ sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
70+
71+ rm ./Lib/site-packages/torch/lib/dnnl.lib #I don't think this is actually used and I need the space
72+ rm ./Lib/site-packages/torch/lib/libprotoc.lib
73+ rm ./Lib/site-packages/torch/lib/libprotobuf.lib
74+
75+ cd ..
7176
7277 git clone --depth 1 https://github.com/comfyanonymous/taesd
7378 cp taesd/*.safetensors ./ComfyUI_copy/models/vae_approx/
Original file line number Diff line number Diff line change 1717 description : ' cuda version'
1818 required : true
1919 type : string
20- default : " 128 "
20+ default : " 129 "
2121
2222 python_minor :
2323 description : ' python minor version'
2424 required : true
2525 type : string
26- default : " 12 "
26+ default : " 13 "
2727
2828 python_patch :
2929 description : ' python patch version'
3030 required : true
3131 type : string
32- default : " 10 "
32+ default : " 6 "
3333# push:
3434# branches:
3535# - master
Original file line number Diff line number Diff line change 6666 sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
6767
6868 rm ./Lib/site-packages/torch/lib/dnnl.lib #I don't think this is actually used and I need the space
69+ rm ./Lib/site-packages/torch/lib/libprotoc.lib
70+ rm ./Lib/site-packages/torch/lib/libprotobuf.lib
6971 cd ..
7072
7173 git clone --depth 1 https://github.com/comfyanonymous/taesd
You can’t perform that action at this time.
0 commit comments