"examples/movement-pruning/vscode:/vscode.git/clone" did not exist on "e78c1103385f2d2f9cd4980f61a8e71baa655356"
Commit c8f1acc4 authored by comfyanonymous's avatar comfyanonymous
Browse files

Put image upscaling nodes in image/upscaling category.

parent e33dc2b3
......@@ -35,7 +35,7 @@ class ImageUpscaleWithModel:
RETURN_TYPES = ("IMAGE",)
FUNCTION = "upscale"
CATEGORY = "image"
CATEGORY = "image/upscaling"
def upscale(self, upscale_model, image):
device = comfy.model_management.get_torch_device()
......
......@@ -907,7 +907,7 @@ class ImageScale:
RETURN_TYPES = ("IMAGE",)
FUNCTION = "upscale"
CATEGORY = "image"
CATEGORY = "image/upscaling"
def upscale(self, image, upscale_method, width, height, crop):
samples = image.movedim(-1,1)
......
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