Browse Source

Right category for latent upscale node.

pull/3/head
comfyanonymous 2 years ago
parent
commit
21eb33f233
  1. 2
      nodes.py

2
nodes.py

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

Loading…
Cancel
Save