From 7fb7152d3b85264aa90ab9f0c8e9c28d9ea2e826 Mon Sep 17 00:00:00 2001 From: John | Elite Encoder Date: Wed, 31 Dec 2025 01:33:16 -0500 Subject: [PATCH] Add ComfyUI Load Image from URL utility Add ComfyUI Load Image from URL utility to stream diffusion pipeline config (necessary for style transfer workflows) --- configs/nodes-streamdiffusion.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/nodes-streamdiffusion.yaml b/configs/nodes-streamdiffusion.yaml index 94fda0d1..9f0b4188 100644 --- a/configs/nodes-streamdiffusion.yaml +++ b/configs/nodes-streamdiffusion.yaml @@ -24,6 +24,11 @@ nodes: url: "https://github.com/Fannovel16/comfyui_controlnet_aux" type: "controlnet" + comfyui-load-image-url: + name: "ComfyUI Load Image from URL" + url: "https://github.com/tsogzark/ComfyUI-load-image-from-url.git" + type: "utility" + comfyui-stream-pack: name: "ComfyUI Stream Pack" url: "https://github.com/livepeer/ComfyUI-Stream-Pack"