cfz_caching_condition.py (moved CFZ nodes to CFZ/category)

moving all CFZ nodes into CFZ category, more organized
This commit is contained in:
Rando717 2025-09-28 20:54:01 +02:00 committed by GitHub
parent 85c88fbdf7
commit 165f17aece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ class save_conditioning:
RETURN_TYPES = ("CONDITIONING",)
RETURN_NAMES = ("conditioning",)
FUNCTION = "save_conditioning"
CATEGORY = "CFZ Save-Load Conditioning"
CATEGORY = "CFZ/conditioning"
def save_conditioning(self, conditioning, cache_name):
"""Save conditioning to cache with custom name"""
@ -126,7 +126,7 @@ class load_conditioning:
RETURN_TYPES = ("CONDITIONING",)
RETURN_NAMES = ("conditioning",)
FUNCTION = "load_conditioning"
CATEGORY = "CFZ Save-Load Conditioning"
CATEGORY = "CFZ/conditioning"
@classmethod
def get_cached_files(cls):
@ -226,7 +226,7 @@ class CFZ_PrintMarker:
RETURN_NAMES = ("output",)
OUTPUT_NODE = True
FUNCTION = "run"
CATEGORY = "CFZ Utils/Debug"
CATEGORY = "CFZ/utils/debug"
def run(self, message, timer_name="workflow_timer", is_start_point=False, is_end_point=False,
show_current_time=True, trigger=None, unique_id=None, extra_pnginfo=None):