mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 14:20:27 +08:00
Update __init__.py
This commit is contained in:
parent
c7c7269f48
commit
73774a5fac
@ -1,12 +1,13 @@
|
|||||||
from .cfz_caching_condition import save_conditioning, load_conditioning
|
from .cfz_caching_condition import save_conditioning, load_conditioning, CFZ_PrintMarker
|
||||||
|
|
||||||
# CFZ Save-Load Conditioning Node Pack
|
|
||||||
NODE_CLASS_MAPPINGS = {
|
NODE_CLASS_MAPPINGS = {
|
||||||
"CFZ_save_conditioning": save_conditioning,
|
"CFZ_save_conditioning": save_conditioning,
|
||||||
"CFZ_load_conditioning": load_conditioning,
|
"CFZ_load_conditioning": load_conditioning,
|
||||||
|
"CFZ_PrintMarker": CFZ_PrintMarker, # NEW
|
||||||
}
|
}
|
||||||
|
|
||||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
"CFZ_save_conditioning": "CFZ Save Conditioning",
|
"CFZ_save_conditioning": "CFZ Save Conditioning",
|
||||||
"CFZ_load_conditioning": "CFZ Load Conditioning",
|
"CFZ_load_conditioning": "CFZ Load Conditioning",
|
||||||
|
"CFZ_PrintMarker": "CFZ Print Marker",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user