mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-16 00:23:30 +00:00
Compare commits
3 Commits
26c5c74076
...
25b77bad46
Author | SHA1 | Date | |
---|---|---|---|
![]() |
25b77bad46 | ||
![]() |
748df85f42 | ||
![]() |
8fe0e5391e |
@ -433,7 +433,7 @@ class PromptServer():
|
||||
buffer.seek(0)
|
||||
|
||||
return web.Response(body=buffer.read(), content_type=f'image/{image_format}',
|
||||
headers={"Content-Disposition": f"filename=\"{filename}\""})
|
||||
headers={"Content-Disposition": f"filename=\"{filename.replace('png', image_format)}\""})
|
||||
|
||||
if 'channel' not in request.rel_url.query:
|
||||
channel = 'rgba'
|
||||
|
Loading…
Reference in New Issue
Block a user