Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
C
ComfyUI
管理
动态
成员
代码
仓库
分支
提交
标签
仓库图
比较修订版本
锁定的文件
部署
模型注册表
分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
Show more breadcrumbs
hanamizuki
ComfyUI
提交
5dbd2509
提交
5dbd2509
编辑于
1星期前
作者:
comfyanonymous
浏览文件
操作
下载
补丁
差异文件
Update nightly instructions in readme.
上级
4ab18752
No related branches found
No related tags found
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
.github/workflows/windows_release_nightly_pytorch.yml
+2
-2
2 个添加, 2 个删除
.github/workflows/windows_release_nightly_pytorch.yml
README.md
+2
-2
2 个添加, 2 个删除
README.md
有
4 个添加
和
4 个删除
.github/workflows/windows_release_nightly_pytorch.yml
+
2
−
2
浏览文件 @
5dbd2509
...
@@ -7,7 +7,7 @@ on:
...
@@ -7,7 +7,7 @@ on:
description
:
'
cuda
version'
description
:
'
cuda
version'
required
:
true
required
:
true
type
:
string
type
:
string
default
:
"
12
6
"
default
:
"
12
8
"
python_minor
:
python_minor
:
description
:
'
python
minor
version'
description
:
'
python
minor
version'
...
@@ -19,7 +19,7 @@ on:
...
@@ -19,7 +19,7 @@ on:
description
:
'
python
patch
version'
description
:
'
python
patch
version'
required
:
true
required
:
true
type
:
string
type
:
string
default
:
"
1
"
default
:
"
2
"
# push:
# push:
# branches:
# branches:
# - master
# - master
...
...
This diff is collapsed.
点击以展开。
README.md
+
2
−
2
浏览文件 @
5dbd2509
...
@@ -215,9 +215,9 @@ Nvidia users should install stable pytorch using this command:
...
@@ -215,9 +215,9 @@ Nvidia users should install stable pytorch using this command:
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126
```
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126
```
This is the command to install pytorch nightly instead which might have performance improvements
:
This is the command to install pytorch nightly instead which
supports the new blackwell 50xx series GPUs and
might have performance improvements
.
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu12
6
```
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu12
8
```
#### Troubleshooting
#### Troubleshooting
...
...
This diff is collapsed.
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录