From 4ece322f824e1f82174daa27b6354c0af5f9c85d Mon Sep 17 00:00:00 2001 From: Aldo Hoeben Date: Tue, 21 Nov 2023 09:08:20 +0100 Subject: [PATCH] Add Remote Image node to Community Nodes This PR adds a link and description to the Remote Image node. --- docs/nodes/communityNodes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/nodes/communityNodes.md b/docs/nodes/communityNodes.md index 7732d2c25f..3879cdc3c3 100644 --- a/docs/nodes/communityNodes.md +++ b/docs/nodes/communityNodes.md @@ -28,6 +28,7 @@ To use a community workflow, download the the `.json` node graph file and load i + [Make 3D](#make-3d) + [Oobabooga](#oobabooga) + [Prompt Tools](#prompt-tools) + + [Remote Image](#remote-image) + [Retroize](#retroize) + [Size Stepper Nodes](#size-stepper-nodes) + [Text font to Image](#text-font-to-image) @@ -252,6 +253,17 @@ See full docs here: https://github.com/skunkworxdark/Prompt-tools-nodes/edit/mai **Node Link:** https://github.com/skunkworxdark/Prompt-tools-nodes +-------------------------------- +### Remote Image + +**Description:** This is a pack of nodes to interoperate with other services, be they public websites or bespoke local servers. The pack consists of these nodes: + +- *Load Remote Image* - Lets you load remote images such as a realtime webcam image, an image of the day, or dynamically created images. +- *Post Image to Remote Server* - Lets you upload an image to a remote server using an HTTP POST request, eg for storage, display or further processing. + +**Node Link:** https://github.com/fieldOfView/InvokeAI-remote_image + + -------------------------------- ### Retroize