diff --git a/README.md b/README.md index 00bd724..a68c484 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# ComfyPeeper Companion (ComfyUI extension) +
-A small ComfyUI extension that pairs with the **[ComfyPeeper](https://github.com/ethanfel/Discord-ComfyPeeper)** +![ComfyPeeper Companion](assets/social-preview.png) + +# ComfyPeeper Companion + +
+ +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: - **Send to ComfyUI** โ€” ComfyPeeper can load a workflow straight into your **open ComfyUI diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..a49110f Binary files /dev/null and b/assets/icon.png differ diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 0000000..ae946a1 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/social-preview.png b/assets/social-preview.png new file mode 100644 index 0000000..b03b301 Binary files /dev/null and b/assets/social-preview.png differ diff --git a/assets/social-preview.svg b/assets/social-preview.svg new file mode 100644 index 0000000..9e094f8 --- /dev/null +++ b/assets/social-preview.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + COMFYUI EXTENSION ยท COMPANION + ComfyPeeper + Companion + + + Open workflows in ComfyUI, and send images + straight back to Discord. + + + + + + Send to ComfyUI + + + + Send to Discord + + + + Webhook + + + diff --git a/pyproject.toml b/pyproject.toml index 884a0d6..fd6a766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,4 @@ Repository = "https://github.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon" [tool.comfy] PublisherId = "ethanfel" DisplayName = "ComfyPeeper Companion" -Icon = "" +Icon = "https://raw.githubusercontent.com/Ethanfel/ComfyUI-ComfyPeeper-compagnon/main/assets/icon.png"