Remove caching feature

This commit is contained in:
Alexis Rolland
2026-06-17 10:03:48 +08:00
parent 17418ab5bf
commit 9c47058b49
6 changed files with 4 additions and 40 deletions

View File

@@ -493,7 +493,6 @@ class SaveLatent:
FUNCTION = "save"
OUTPUT_NODE = True
CACHE_NO_CASCADE = True
CATEGORY = "experimental"
@@ -1649,7 +1648,6 @@ class SaveImage:
FUNCTION = "save_images"
OUTPUT_NODE = True
CACHE_NO_CASCADE = True
CATEGORY = "image"
ESSENTIALS_CATEGORY = "Basics"