File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111from .nodes .ltx_resolution_selector import NODE_CLASS_MAPPINGS as _LTX_NODES
1212from .nodes .fmlf_ltx import NODE_CLASS_MAPPINGS as _FMLF_NODES
1313from .nodes .sampler_ltxv import NODE_CLASS_MAPPINGS as _SAMPLER_LTX_NODES
14- from .nodes .advanced_style_selector import NODE_CLASS_MAPPINGS as _STYLE_NODES
15- from .nodes .advanced_style_selector import reload_styles
14+ from .nodes .advanced_style_selector import NODE_CLASS_MAPPINGS as _STYLE_NODES
15+ from .nodes .advanced_style_selector import reload_styles
16+ from .nodes .smart_attention_dispatcher import NODE_CLASS_MAPPINGS as _SAD_NODES
1617
1718import os as _os
1819import json as _json
@@ -53,6 +54,7 @@ def _save_favorites(favs: list) -> None:
5354 ** _FMLF_NODES ,
5455 ** _SAMPLER_LTX_NODES ,
5556 ** _STYLE_NODES ,
57+ ** _SAD_NODES ,
5658}
5759
5860NODE_DISPLAY_NAMES : dict = {
@@ -62,7 +64,8 @@ def _save_favorites(favs: list) -> None:
6264 "LtxResolutionSelector" : "LTX Resolution Selector" ,
6365 "FmlfLtx23" : "FMLFLTX_2.3" ,
6466 "SamplerLtxv23" : "SamplerLTXV_2.3" ,
65- "AdvancedStyleSelector" : "Advanced Style Selector 🎨" ,
67+ "AdvancedStyleSelector" : "Advanced Style Selector" ,
68+ "SmartAttentionDispatcher" : "Smart Attention Dispatcher" ,
6669}
6770
6871WEB_DIRECTORY = "./js"
Original file line number Diff line number Diff line change 11[project ]
22name = " comfyui-rogala"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44description = " Custom ComfyUI node pack by rogala"
55license = { text = " MIT" }
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments