Add YAML metadata to fix model card warning
Browse files
README.md
CHANGED
|
@@ -1,65 +1,51 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 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 |
-
|
| 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 |
-
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
##
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
##
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
|
| 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 |
-
|
|
|
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
| 42 |
|
| 43 |
-
|
| 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 |
-

|
| 54 |
-
|
| 55 |
-
### WidgetToString
|
| 56 |
-
Outputs the value of a widget on any node as a string
|
| 57 |
-

|
| 58 |
-
|
| 59 |
-
Enable node id display from Manager menu, to get the ID of the node you want to read a widget from:
|
| 60 |
-

|
| 61 |
-
|
| 62 |
-
Use the node id of the target node, and add the name of the widget to read from
|
| 63 |
-

|
| 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.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|