mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-18 13:07:28 +08:00
.
This commit is contained in:
parent
8e3396c035
commit
e3e26fbdb0
@ -92,7 +92,7 @@ class ConvertColorSpace(IO.ComfyNode):
|
||||
|
||||
img_tensor = torch.cat([rgb, alpha], dim=-1) if has_alpha else rgb
|
||||
|
||||
return IO.NodeOutput(images=img_tensor)
|
||||
return IO.NodeOutput(img_tensor)
|
||||
|
||||
|
||||
class ConvertColorSpaceExtension(ComfyExtension):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user