diff --git a/server.py b/server.py index acb57bcb4..f7e9a386f 100644 --- a/server.py +++ b/server.py @@ -447,7 +447,7 @@ class PromptServer(): print(f"*** channel: {channel}") - if channel == 'rgb': + if channel == 'rgb' or channel == 'rgba': #TODO test with Image.open(file) as img: if img.mode == "RGBA": r, g, b, a = img.split()