Right category for latent upscale node.

This commit is contained in:
comfyanonymous 2023-01-27 14:11:57 -05:00
parent e4528ef949
commit 21eb33f233

View File

@ -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]