Document first sync from release repository

This commit is contained in:
lizhongyi1209
2026-09-24 10:27:46 +00:00
parent 322b25acaa
commit 3a05bb6277
+3 -1
View File
@@ -32,6 +32,7 @@ python -m pip install -r requirements.txt
```bash
cd ComfyUI/custom_nodes/comfyui_o1key
git remote set-url origin https://git.o1key.com/publisher/comfyui_o1key.git
git pull --ff-only origin main
```
仓库公开读取,无需为用户配置 Gitea 账号或令牌。
@@ -189,10 +190,11 @@ Google Gemini 模型节点,支持更多模型选择。
### 维护者:发布流程
`git.o1key.com` 是插件的公开发布仓库,用户的「更新」按钮从安装目录的 `origin/main` 获取版本。开发电脑首次切换发布地址:
`git.o1key.com` 是插件的公开发布仓库,用户的「更新」按钮从安装目录的 `origin/main` 获取版本。开发电脑首次切换发布地址并同步服务器已有更新
```bash
git remote set-url origin https://git.o1key.com/publisher/comfyui_o1key.git
git pull --ff-only origin main
```
**每次发布**