mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Fix API
This commit is contained in:
parent
d29028dd3e
commit
955fcb8bb0
@ -657,7 +657,7 @@ class PromptServer(ExecutorToClientProgress):
|
||||
os.makedirs(os.path.dirname(cache_path))
|
||||
except:
|
||||
pass
|
||||
shutil.copy(image_, cache_path)
|
||||
# shutil.copy(image_, cache_path)
|
||||
filename = os.path.basename(image_)
|
||||
digest_headers_ = {
|
||||
"Digest": f"SHA-256={content_digest}",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user