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