mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +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))
|
os.makedirs(os.path.dirname(cache_path))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
shutil.copy(image_, cache_path)
|
# shutil.copy(image_, cache_path)
|
||||||
filename = os.path.basename(image_)
|
filename = os.path.basename(image_)
|
||||||
digest_headers_ = {
|
digest_headers_ = {
|
||||||
"Digest": f"SHA-256={content_digest}",
|
"Digest": f"SHA-256={content_digest}",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user