Commit 21eb33f2 authored by comfyanonymous's avatar comfyanonymous
Browse files

Right category for latent upscale node.

parent e4528ef9
...@@ -175,6 +175,8 @@ class LatentUpscale: ...@@ -175,6 +175,8 @@ class LatentUpscale:
RETURN_TYPES = ("LATENT",) RETURN_TYPES = ("LATENT",)
FUNCTION = "upscale" FUNCTION = "upscale"
CATEGORY = "latent"
def upscale(self, samples, upscale_method, width, height, crop): def upscale(self, samples, upscale_method, width, height, crop):
if crop == "center": if crop == "center":
old_width = samples.shape[3] old_width = samples.shape[3]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment