This commit is contained in:
doctorpangloss 2024-02-16 08:47:11 -08:00
parent d29028dd3e
commit 955fcb8bb0

View File

@ -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}",