a55e36eb07
ComfyUI extension that bridges with the ComfyPeeper Discord plugin: - GET /comfypeeper/info advertises a friendly name + capabilities - POST /comfypeeper/load loads a workflow into the open editor tab - POST /comfypeeper/send uploads an output image to a Discord webhook - right-click "Send to Discord" on image nodes - "Send to Discord (ComfyPeeper)" node: auto-post every image (workflow embedded in the PNG) to the webhook Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
473 B
TOML
15 lines
473 B
TOML
[project]
|
|
name = "comfyui-comfypeeper-companion"
|
|
description = "Bridge ComfyUI with the ComfyPeeper Discord plugin: load workflows into the open tab, and send output images (with embedded workflow) to a Discord webhook."
|
|
version = "1.0.0"
|
|
license = { text = "GPL-3.0-or-later" }
|
|
dependencies = []
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "ethanfel"
|
|
DisplayName = "ComfyPeeper Companion"
|
|
Icon = ""
|