aliensmn commited on
Commit
cbb544b
Β·
verified Β·
1 Parent(s): 2bb47ba

Add YAML metadata to fix model card warning

Browse files
Files changed (1) hide show
  1. README.md +36 -50
README.md CHANGED
@@ -1,65 +1,51 @@
1
- # KJNodes for ComfyUI
 
 
 
 
 
 
 
 
2
 
3
- Various quality of life and masking related -nodes and scripts made by combining functionality of existing nodes for ComfyUI.
4
 
5
- I know I'm bad at documentation, especially this project that has grown from random practice nodes to... too many lines in one file.
6
- I have however started to add descriptions to the nodes themselves, there's a small ? you can click for info what the node does.
7
- This is still work in progress, like everything else.
8
 
9
- # Installation
10
- 1. Clone this repo into `custom_nodes` folder.
11
- 2. Install dependencies: `pip install -r requirements.txt`
12
- or if you use the portable install, run this in ComfyUI_windows_portable -folder:
13
 
14
- `python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-KJNodes\requirements.txt`
15
-
16
 
17
- ## Javascript
18
 
19
- ### browserstatus.js
20
- Sets the favicon to green circle when not processing anything, sets it to red when processing and shows progress percentage and the length of your queue.
21
- Default off, needs to be enabled from options, overrides Custom-Scripts favicon when enabled.
22
 
23
- ## Nodes:
 
 
 
 
24
 
25
- ### Set/Get
26
 
27
- Javascript nodes to set and get constants to reduce unnecessary lines. Takes in and returns anything, purely visual nodes.
28
- On the right click menu of these nodes there's now an options to visualize the paths, as well as option to jump to the corresponding node on the other end.
 
 
 
 
29
 
30
- **Known limitations**:
31
- - Will not work with any node that dynamically sets it's outpute, such as reroute or other Set/Get node
32
- - Will not work when directly connected to a bypassed node
33
- - Other possible conflicts with javascript based nodes.
34
 
35
- ### ColorToMask
 
36
 
37
- RBG color value to mask, works with batches and AnimateDiff.
38
 
39
- ### ConditioningMultiCombine
40
 
41
- Combine any number of conditions, saves space.
 
 
42
 
43
- ### ConditioningSetMaskAndCombine
44
-
45
- Mask and combine two sets of conditions, saves space.
46
-
47
- ### GrowMaskWithBlur
48
-
49
- Grows or shrinks (with negative values) mask, option to invert input, returns mask and inverted mask. Additionally Blurs the mask, this is a slow operation especially with big batches.
50
-
51
- ### RoundMask
52
-
53
- ![image](https://github.com/kijai/ComfyUI-KJNodes/assets/40791699/52c85202-f74e-4b96-9dac-c8bda5ddcc40)
54
-
55
- ### WidgetToString
56
- Outputs the value of a widget on any node as a string
57
- ![example of use](docs/images/2024-04-03_20_49_29-ComfyUI.png)
58
-
59
- Enable node id display from Manager menu, to get the ID of the node you want to read a widget from:
60
- ![enable node id display](docs/images/319121636-706b5081-9120-4a29-bd76-901691ada688.png)
61
-
62
- Use the node id of the target node, and add the name of the widget to read from
63
- ![use node id and widget name](docs/images/319121566-05f66385-7568-4b1f-8bbc-11053660b02f.png)
64
-
65
- Recreating or reloading the target node will change its id, and the WidgetToString node will no longer be able to find it until you update the node id value with the new id.
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - comfyui
5
+ - comfyui-custom-nodes
6
+ - mirror
7
+ - github-mirror
8
+ library_name: comfyui
9
+ ---
10
 
11
+ # ComfyUI-KJNodes
12
 
13
+ πŸ”„ **Mirror of GitHub Repository**
 
 
14
 
15
+ This is a personal mirror of the original GitHub repository for easy access and backup.
 
 
 
16
 
17
+ ## πŸ“¦ Original Source
 
18
 
19
+ **GitHub:** [https://github.com/kijai/ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)
20
 
21
+ ## 🎯 Purpose
 
 
22
 
23
+ This mirror is maintained for:
24
+ - βœ… Easy access and backup
25
+ - βœ… Integration with Hugging Face workflows
26
+ - βœ… Personal development and testing
27
+ - βœ… Offline availability
28
 
29
+ ## πŸ“– Usage
30
 
31
+ Please refer to the original GitHub repository for:
32
+ - Latest updates and releases
33
+ - Installation instructions
34
+ - Documentation
35
+ - Issues and support
36
+ - Contributing guidelines
37
 
38
+ ## πŸ™ Attribution
 
 
 
39
 
40
+ All code and content in this repository belongs to the original authors and contributors.
41
+ This is purely a mirror for personal convenience.
42
 
43
+ **Please support the original project:** https://github.com/kijai/ComfyUI-KJNodes
44
 
45
+ ---
46
 
47
+ **Mirrored by:** aliensmn
48
+ **Mirror Type:** ComfyUI Custom Node
49
+ **Original Repository:** https://github.com/kijai/ComfyUI-KJNodes
50
 
51
+ *If you are the original author and would like this mirror removed, please contact me.*