Fix doc URLs to the canonical repo name (compagnion) + lowercase github user
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
A small ComfyUI extension that pairs with the **[ComfyPeeper](https://github.com/Ethanfel/Discord-ComfyPeeper)**
|
A small ComfyUI extension that pairs with the **[ComfyPeeper](https://github.com/ethanfel/Discord-ComfyPeeper)**
|
||||||
Discord plugin to enable two things plain ComfyUI's API can't:
|
Discord plugin to enable two things plain ComfyUI's API can't:
|
||||||
|
|
||||||
- **Send to ComfyUI** — ComfyPeeper can load a workflow straight into your **open ComfyUI
|
- **Send to ComfyUI** — ComfyPeeper can load a workflow straight into your **open ComfyUI
|
||||||
@@ -23,8 +23,8 @@ companion buttons where the companion is actually installed.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd <ComfyUI>/custom_nodes
|
cd <ComfyUI>/custom_nodes
|
||||||
git clone https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion
|
git clone https://github.com/ethanfel/ComfyUI-ComfyPeeper-compagnion
|
||||||
cd ComfyUI-ComfyPeeper-companion
|
cd ComfyUI-ComfyPeeper-compagnion
|
||||||
cp config.example.json config.json
|
cp config.example.json config.json
|
||||||
# edit config.json: set "name", and "discord_webhook" if you want Send to Discord
|
# edit config.json: set "name", and "discord_webhook" if you want Send to Discord
|
||||||
# restart ComfyUI
|
# restart ComfyUI
|
||||||
|
|||||||
+2
-2
@@ -6,9 +6,9 @@ license = { text = "GPL-3.0-or-later" }
|
|||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion"
|
Repository = "https://github.com/ethanfel/ComfyUI-ComfyPeeper-compagnion"
|
||||||
|
|
||||||
[tool.comfy]
|
[tool.comfy]
|
||||||
PublisherId = "ethanfel"
|
PublisherId = "ethanfel"
|
||||||
DisplayName = "ComfyPeeper Companion"
|
DisplayName = "ComfyPeeper Companion"
|
||||||
Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-companion/main/assets/icon.png"
|
Icon = "https://raw.githubusercontent.com/ethanfel/ComfyUI-ComfyPeeper-compagnion/main/assets/icon.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user