Add YAML metadata to fix model card warning
Browse files
README.md
CHANGED
|
@@ -1,160 +1,51 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
The script will then automatically install all custom scripts and nodes.
|
| 12 |
-
It will attempt to use symlinks and junctions to prevent having to copy files and keep them up to date.
|
| 13 |
-
|
| 14 |
-
- For uninstallation:
|
| 15 |
-
- Delete the cloned repo in `custom_nodes`
|
| 16 |
-
- Ensure `web/extensions/pysssss/CustomScripts` has also been removed
|
| 17 |
-
|
| 18 |
-
# Update
|
| 19 |
-
1. Navigate to the cloned repo e.g. `custom_nodes/ComfyUI-Custom-Scripts`
|
| 20 |
-
2. `git pull`
|
| 21 |
-
|
| 22 |
-
# Features
|
| 23 |
-
|
| 24 |
-
## Autocomplete
|
| 25 |
-

|
| 26 |
-
Provides embedding and custom word autocomplete. You can view embedding details by clicking on the info icon on the list.
|
| 27 |
-
Define your list of custom words via the settings.
|
| 28 |
-

|
| 29 |
-
You can quickly default to danbooru tags using the Load button, or load/manage other custom word lists.
|
| 30 |
-

|
| 31 |
-
|
| 32 |
-
## Auto Arrange Graph
|
| 33 |
-

|
| 34 |
-
Adds a menu option to auto arrange the graph in order of execution, this makes very wide graphs!
|
| 35 |
-
|
| 36 |
-
## Always Snap to Grid
|
| 37 |
-

|
| 38 |
-
Adds a setting to make moving nodes always snap to grid.
|
| 39 |
-
|
| 40 |
-
## [Testing] "Better" Loader Lists
|
| 41 |
-

|
| 42 |
-
Adds custom Lora and Checkpoint loader nodes, these have the ability to show preview images, just place a png or jpg next to the file and it'll display in the list on hover (e.g. sdxl.safetensors and sdxl.png).
|
| 43 |
-
Optionally enable subfolders via the settings:
|
| 44 |
-

|
| 45 |
-
Adds an "examples" widget to load sample prompts, triggerwords, etc:
|
| 46 |
-

|
| 47 |
-
These should be stored in a folder matching the name of the model, e.g. if it is `loras/add_detail.safetensors` put your files in as `loras/add_detail/*.txt`
|
| 48 |
-
To quickly save a generated image as the preview to use for the model, you can right click on an image on a node, and select Save as Preview and choose the model to save the preview for:
|
| 49 |
-

|
| 50 |
|
| 51 |
-
|
| 52 |
-

|
| 53 |
-

|
| 54 |
-
Adds "View Info" menu option to view details about the selected LoRA or Checkpoint. To view embedding details, click the info button when using embedding autocomplete.
|
| 55 |
-
|
| 56 |
-
## Constrain Image
|
| 57 |
-
Adds a node for resizing an image to a max & min size optionally cropping if required.
|
| 58 |
-
|
| 59 |
-
## Custom Colors
|
| 60 |
-

|
| 61 |
-
Adds a custom color picker to nodes & groups
|
| 62 |
-
|
| 63 |
-
## Favicon Status
|
| 64 |
-

|
| 65 |
-

|
| 66 |
-
Adds a favicon and title to the window, favicon changes color while generating and the window title includes the number of prompts in the queue
|
| 67 |
-
|
| 68 |
-
## Image Feed
|
| 69 |
-

|
| 70 |
-
Adds a panel showing images that have been generated in the current session, you can control the direction that images are added and the position of the panel via the ComfyUI settings screen and the size of the panel and the images via the sliders at the top of the panel.
|
| 71 |
-

|
| 72 |
-
|
| 73 |
-
## KSampler (Advanced) denoise helper
|
| 74 |
-
Provides a simple method to set custom denoise on the advanced sampler
|
| 75 |
-

|
| 76 |
-

|
| 77 |
-
|
| 78 |
-
## Math Expression
|
| 79 |
-
Allows for evaluating complex expressions using values from the graph. You can input `INT`, `FLOAT`, `IMAGE` and `LATENT` values.
|
| 80 |
-

|
| 81 |
-
Other nodes values can be referenced via the `Node name for S&R` via the `Properties` menu item on a node, or the node title.
|
| 82 |
-
Supported operators: `+ - * /` (basic ops) `//` (floor division) `**` (power) `^` (xor) `%` (mod)
|
| 83 |
-
Supported functions `floor(num, dp?)` `floor(num)` `ceil(num)` `randomint(min,max)`
|
| 84 |
-
If using a `LATENT` or `IMAGE` you can get the dimensions using `a.width` or `a.height` where `a` is the input name.
|
| 85 |
-
|
| 86 |
-
## Node Finder
|
| 87 |
-

|
| 88 |
-
Adds a menu item for following/jumping to the executing node, and a menu to quickly go to a node of a specific type.
|
| 89 |
-
|
| 90 |
-
## Preset Text
|
| 91 |
-

|
| 92 |
-
Adds a node that lets you save and use text presets (e.g. for your 'normal' negatives)
|
| 93 |
-
|
| 94 |
-
## Quick Nodes
|
| 95 |
-

|
| 96 |
-
Adds various menu items to some nodes for quickly setting up common parts of graphs
|
| 97 |
-
|
| 98 |
-
## Play Sound
|
| 99 |
-

|
| 100 |
-
Plays a sound when the node is executed, either after each prompt or only when the queue is empty for queuing multiple prompts.
|
| 101 |
-
You can customize the sound by replacing the mp3 file `ComfyUI/custom_nodes/ComfyUI-Custom-Scripts/web/js/assets/notify.mp3`
|
| 102 |
-
|
| 103 |
-
## System Notification
|
| 104 |
-

|
| 105 |
-

|
| 106 |
|
| 107 |
-
|
| 108 |
|
| 109 |
-
|
| 110 |
-

|
| 111 |
-
Node allows you to either create a list of N repeats of the input node, or create N outputs from the input node.
|
| 112 |
-
You can optionally decide if you want to reuse the input node, or create a new instance each time (e.g. a Checkpoint Loader would want to be re-used, but a random number would want to be unique)
|
| 113 |
-
TODO: Type safety on the wildcard outputs to require match with input
|
| 114 |
|
| 115 |
-
##
|
| 116 |
-

|
| 117 |
-
Takes input from a node that produces a string and displays it, useful for things like interrogator, prompt generators, etc.
|
| 118 |
|
| 119 |
-
|
| 120 |
-

|
| 121 |
-
Shows the current generating image on the menu at the bottom, you can disable this via the settings menu.
|
| 122 |
|
| 123 |
-
##
|
| 124 |
-

|
| 125 |
-
Supports appending and replacing text
|
| 126 |
-
`tidy_tags` will add commas between parts when in `append` mode.
|
| 127 |
-
`replace` mode supports regex replace by using `/your regex here/` and you can reference capturing groups using `\number` e.g. `\1`
|
| 128 |
|
| 129 |
-
|
| 130 |
-
|
|
|
|
|
|
|
|
|
|
| 131 |
|
| 132 |
-
##
|
| 133 |
-

|
| 134 |
-
Allows you to specify default values for widgets when adding new nodes, the values are configured via the settings menu
|
| 135 |
-

|
| 136 |
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
-
##
|
| 142 |
-

|
| 143 |
-
Adds menu options for importing/exporting the graph as SVG and PNG showing a view of the nodes
|
| 144 |
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
The node can also be collapsed to a single point that you can drag around.
|
| 148 |
-

|
| 149 |
-
Warning: Don't use normal reroutes or primitives with these nodes, it isn't tested and this node replaces their functionality.
|
| 150 |
|
| 151 |
-
|
| 152 |
-
<br>
|
| 153 |
|
|
|
|
| 154 |
|
| 155 |
-
|
| 156 |
-
|
|
|
|
| 157 |
|
| 158 |
-
|
| 159 |
-
This is now a standard feature of ComfyUI
|
| 160 |
-
~~Adds a lock option to nodes & groups that prevents you from moving them until unlocked~~
|
|
|
|
| 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-Custom-Scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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/pythongosssss/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts)
|
|
|
|
|
|
|
| 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/pythongosssss/ComfyUI-Custom-Scripts
|
|
|
|
| 44 |
|
| 45 |
+
---
|
| 46 |
|
| 47 |
+
**Mirrored by:** aliensmn
|
| 48 |
+
**Mirror Type:** ComfyUI Custom Node
|
| 49 |
+
**Original Repository:** https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
| 50 |
|
| 51 |
+
*If you are the original author and would like this mirror removed, please contact me.*
|
|
|
|
|
|