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>
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
# local config (holds the Discord webhook secret)
|
|
config.json
|
|
|
|
# python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# editor / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|