Document first sync from release repository
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
**每次发布**:
|
||||
|
||||
Reference in New Issue
Block a user