1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

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",)
FUNCTION = "upscale"
CATEGORY = "latent"
def upscale(self, samples, upscale_method, width, height, crop):
if crop == "center":
old_width = samples.shape[3]