mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-17 15:23:31 +08:00
print(f"*** channel: {channel}")
This commit is contained in:
parent
4febf4e493
commit
bd616430c1
@ -443,7 +443,7 @@ class PromptServer():
|
||||
# print("*** channel")
|
||||
channel = request.rel_url.query["channel"]
|
||||
|
||||
# print(f"*** channel: {channel}")
|
||||
print(f"*** channel: {channel}")
|
||||
#Fixed 2025/7/6, rgba 也使用Image.open..方式,将被自定义解密逻辑handled.
|
||||
if channel == 'rgb' or channel == 'rgba':
|
||||
with Image.open(file) as img:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user