Merge branch 'master' into dr-support-pip-cm

This commit is contained in:
Dr.Lt.Data 2025-08-13 12:12:22 +09:00
commit 1c66507261
2 changed files with 6 additions and 4 deletions

View File

@ -7,19 +7,19 @@ on:
description: 'cuda version' description: 'cuda version'
required: true required: true
type: string type: string
default: "128" default: "129"
python_minor: python_minor:
description: 'python minor version' description: 'python minor version'
required: true required: true
type: string type: string
default: "12" default: "13"
python_patch: python_patch:
description: 'python patch version' description: 'python patch version'
required: true required: true
type: string type: string
default: "10" default: "6"
# push: # push:
# branches: # branches:
# - master # - master
@ -64,6 +64,8 @@ jobs:
./python.exe get-pip.py ./python.exe get-pip.py
./python.exe -s -m pip install ../cu${{ inputs.cu }}_python_deps/* ./python.exe -s -m pip install ../cu${{ inputs.cu }}_python_deps/*
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
rm ./Lib/site-packages/torch/lib/dnnl.lib #I don't think this is actually used and I need the space
cd .. cd ..
git clone --depth 1 https://github.com/comfyanonymous/taesd git clone --depth 1 https://github.com/comfyanonymous/taesd

View File

@ -1,5 +1,5 @@
comfyui-frontend-package==1.24.4 comfyui-frontend-package==1.24.4
comfyui-workflow-templates==0.1.53 comfyui-workflow-templates==0.1.58
comfyui-embedded-docs==0.2.6 comfyui-embedded-docs==0.2.6
comfyui_manager comfyui_manager
torch torch