mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 18:10:27 +08:00
Remove caching feature
This commit is contained in:
2
nodes.py
2
nodes.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user