"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "73ca7800192f6bc2e2194966b316b7cc3028e09a"
Commit 21eb33f2 authored by comfyanonymous's avatar comfyanonymous
Browse files

Right category for latent upscale node.

parent e4528ef9
......@@ -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]
......
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