Fix GitHub URLs: compagnon -> companion (repo renamed on GitHub)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 11:53:03 +02:00
parent 24cbac5c32
commit 618d14e66e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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-compagnon git clone https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion
cd ComfyUI-ComfyPeeper-compagnon cd ComfyUI-ComfyPeeper-companion
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
View File
@@ -6,9 +6,9 @@ license = { text = "GPL-3.0-or-later" }
dependencies = [] dependencies = []
[project.urls] [project.urls]
Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon" Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-companion"
[tool.comfy] [tool.comfy]
PublisherId = "ethanfel" PublisherId = "ethanfel"
DisplayName = "ComfyPeeper Companion" DisplayName = "ComfyPeeper Companion"
Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon/main/assets/icon.png" Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-companion/main/assets/icon.png"