File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 description : ' cuda version'
88 required : true
99 type : string
10- default : " 128 "
10+ default : " 129 "
1111
1212 python_minor :
1313 description : ' python minor version'
1414 required : true
1515 type : string
16- default : " 12 "
16+ default : " 13 "
1717
1818 python_patch :
1919 description : ' python patch version'
2020 required : true
2121 type : string
22- default : " 10 "
22+ default : " 6 "
2323# push:
2424# branches:
2525# - master
6464 ./python.exe get-pip.py
6565 ./python.exe -s -m pip install ../cu${{ inputs.cu }}_python_deps/*
6666 sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
67+
68+ rm ./Lib/site-packages/torch/lib/dnnl.lib #I don't think this is actually used and I need the space
6769 cd ..
6870
6971 git clone --depth 1 https://github.com/comfyanonymous/taesd
You can’t perform that action at this time.
0 commit comments