Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 7eef738

Browse files
authored
Merge branch 'LucianoCirino:main' into optional-cnet_stack
2 parents 9a49da2 + 6921c58 commit 7eef738

File tree

5 files changed

+162
-148
lines changed

5 files changed

+162
-148
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Efficiency Nodes for ComfyUI
22
=======
33
### A collection of <a href="https://github.com/comfyanonymous/ComfyUI" >ComfyUI</a> custom nodes to help streamline workflows and reduce total node count.
4-
## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.92/efficiency-nodes-comfyui-.v192.7z)
4+
## [Direct Download Link](https://github.com/LucianoCirino/efficiency-nodes-comfyui/releases/download/v1.92/efficiency-nodes-comfyui-v192.7z)
55
<!-------------------------------------------------------------------------------------------------------------------------------------------------------->
66
<details>
77
<summary>Efficient Loader</summary>

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .efficiency_nodes import NODE_CLASS_MAPPINGS
2-
3-
__all__ = ['NODE_CLASS_MAPPINGS']
1+
from .efficiency_nodes import NODE_CLASS_MAPPINGS
2+
WEB_DIRECTORY = "js"
3+
__all__ = ['NODE_CLASS_MAPPINGS']

0 commit comments

Comments
 (0)