Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
C
ComfyUI
管理
动态
成员
代码
仓库
分支
提交
标签
仓库图
比较修订版本
锁定的文件
部署
模型注册表
分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
hanamizuki
ComfyUI
提交
e6829e7a
提交
e6829e7a
编辑于
7 months ago
作者:
comfyanonymous
浏览文件
操作
下载
补丁
差异文件
Add a way to set custom dependencies in the release workflow.
上级
07f6a1a6
No related branches found
No related tags found
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
.github/workflows/windows_release_dependencies.yml
+8
-3
8 个添加, 3 个删除
.github/workflows/windows_release_dependencies.yml
有
8 个添加
和
3 个删除
.github/workflows/windows_release_dependencies.yml
+
8
−
3
浏览文件 @
e6829e7a
...
...
@@ -8,11 +8,16 @@ on:
required
:
false
type
:
string
default
:
"
"
extra_dependencies
:
description
:
'
extra
dependencies'
required
:
false
type
:
string
default
:
"
\"
numpy<2
\"
"
cu
:
description
:
'
cuda
version'
required
:
true
type
:
string
default
:
"
12
1
"
default
:
"
12
4
"
python_minor
:
description
:
'
python
minor
version'
...
...
@@ -24,7 +29,7 @@ on:
description
:
'
python
patch
version'
required
:
true
type
:
string
default
:
"
8
"
default
:
"
9
"
# push:
# branches:
# - master
...
...
@@ -51,7 +56,7 @@ jobs:
..\python_embeded\python.exe -s -m pip install --upgrade torch torchvision torchaudio ${{ inputs.xformers }} --extra-index-url https://download.pytorch.org/whl/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2
pause" > update_comfyui_and_python_dependencies.bat
python -m pip wheel --no-cache-dir torch torchvision torchaudio ${{ inputs.xformers }} --extra-index-url https://download.pytorch.org/whl/cu${{ inputs.cu }} -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip wheel --no-cache-dir torch torchvision torchaudio ${{ inputs.xformers }}
${{ inputs.extra_dependencies }}
--extra-index-url https://download.pytorch.org/whl/cu${{ inputs.cu }} -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip install --no-cache-dir ./temp_wheel_dir/*
echo installed basic
ls -lah temp_wheel_dir
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录