mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Put image upscaling nodes in image/upscaling category.
This commit is contained in:
parent
e33dc2b33b
commit
c8f1acc4eb
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user