From 3e48edda6f7bb7e64fa2e7e1ca77a22a44f82c97 Mon Sep 17 00:00:00 2001 From: gogurtenjoyer <36354352+gogurtenjoyer@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:53:35 -0500 Subject: [PATCH] add latent-upscale to communityNodes.md (#5728) Adds the 'latent upscale' community node --- docs/nodes/communityNodes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/nodes/communityNodes.md b/docs/nodes/communityNodes.md index 906111f45b..33dddad162 100644 --- a/docs/nodes/communityNodes.md +++ b/docs/nodes/communityNodes.md @@ -32,6 +32,7 @@ To use a community workflow, download the the `.json` node graph file and load i + [Image to Character Art Image Nodes](#image-to-character-art-image-nodes) + [Image Picker](#image-picker) + [Image Resize Plus](#image-resize-plus) + + [Latent Upscale](#latent-upscale) + [Load Video Frame](#load-video-frame) + [Make 3D](#make-3d) + [Mask Operations](#mask-operations) @@ -290,6 +291,13 @@ View:
+-------------------------------- +### Latent Upscale + +**Description:** This node uses a small (~2.4mb) model to upscale the latents used in a Stable Diffusion 1.5 or Stable Diffusion XL image generation, rather than the typical interpolation method, avoiding the traditional downsides of the latent upscale technique. + +**Node Link:** [https://github.com/gogurtenjoyer/latent-upscale](https://github.com/gogurtenjoyer/latent-upscale) + -------------------------------- ### Load Video Frame