File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 11"""Top-level package for lora-stacker-civitai-tags."""
2-
3- __all__ = [
4- "NODE_CLASS_MAPPINGS" ,
5- "NODE_DISPLAY_NAME_MAPPINGS" ,
6-
7- ]
2+ from .src .my_custom_nodepack .nodes import NODE_CLASS_MAPPINGS
3+ from .src .my_custom_nodepack .nodes import NODE_DISPLAY_NAME_MAPPINGS
84
95__author__ = "Lorastack Tag autoloader"
106__email__ = "kole.tackney@gmail.com"
117__version__ = "1.0.0"
128
13- from .src .my_custom_nodepack .nodes import NODE_CLASS_MAPPINGS
14- from .src .my_custom_nodepack .nodes import NODE_DISPLAY_NAME_MAPPINGS
15-
9+ __all__ = ['NODE_CLASS_MAPPINGS' , 'NODE_DISPLAY_NAME_MAPPINGS' , 'CC_VERSION' ]
1610
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "lora-stacker-civitai-tags"
77version = " 1.0.0"
88description = " Fetches CivitAI trainedWords (trigger tags) for a LoRA stack and returns them as a comma-separated string."
99authors = [
10- {name = " Lorastack Tag autoloader" , email = " you @gmail.com" }
10+ {name = " Lorastack Tag autoloader" , email = " kole.tackney @gmail.com" }
1111]
1212readme = " README.md"
1313license = { file = " LICENSE" }
@@ -18,7 +18,6 @@ dependencies = [
1818]
1919
2020
21-
2221[project .optional-dependencies ]
2322dev = [
2423 " bump-my-version" ,
You can’t perform that action at this time.
0 commit comments