mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Create __init__.py
This commit is contained in:
parent
8083aef321
commit
a23053feda
12
cfz/nodes/CFZ-caching/__init__.py
Normal file
12
cfz/nodes/CFZ-caching/__init__.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from .cfz_caching_condition import save_conditioning, load_conditioning
|
||||||
|
|
||||||
|
# CFZ Save-Load Conditioning Node Pack
|
||||||
|
NODE_CLASS_MAPPINGS = {
|
||||||
|
"CFZ_save_conditioning": save_conditioning,
|
||||||
|
"CFZ_load_conditioning": load_conditioning,
|
||||||
|
}
|
||||||
|
|
||||||
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
|
"CFZ_save_conditioning": "CFZ Save Conditioning",
|
||||||
|
"CFZ_load_conditioning": "CFZ Load Conditioning",
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user