mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@@ -5,6 +5,10 @@ When using the [ComfyUI](https://github.com/comfyanonymous/ComfyUI) interface fo
|
|||||||
|
|
||||||
Rightly or wrongly, I am pretending to teach myself a bit of Python to get some nodes up and running to do what I'd like. There are no promises that these nodes will work for you or that I will maintain them. Feel free to do with them as you wish, according to the license model.
|
Rightly or wrongly, I am pretending to teach myself a bit of Python to get some nodes up and running to do what I'd like. There are no promises that these nodes will work for you or that I will maintain them. Feel free to do with them as you wish, according to the license model.
|
||||||
|
|
||||||
|
## UPDATE: Sep 17, 2023
|
||||||
|
|
||||||
|
### Added the Endless Nodes Parameterizer
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Navigate to your /ComfyUI/custom_nodes/ folder
|
Navigate to your /ComfyUI/custom_nodes/ folder
|
||||||
@@ -32,6 +36,26 @@ As above, but with widgets for entry instead of connectors
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Endless Node Parameterizer
|
||||||
|
|
||||||
|
This node has a collection of inputs for the CLIP text Encoder and Refiners for SDXL based workflows
|
||||||
|
|
||||||
|
Inputs include:
|
||||||
|
|
||||||
|
- base width: set width for the base encoder
|
||||||
|
- base height: set height for the base encoder
|
||||||
|
- base cropped width: crop width for the base encoder
|
||||||
|
- base cropped height: crop height for the base encoder
|
||||||
|
- base target width: target width for the base encoder
|
||||||
|
- base target height: target height for the base encoder
|
||||||
|
- refiner width: crop width for the refiner if you have included one
|
||||||
|
- refiner height: crop height for the refiner if you have included one
|
||||||
|
- refiner aesthetic score: set the score value for the refiner
|
||||||
|
|
||||||
|
You can set up two of these one for the positive and one for the negative prompt
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Usage License and Restrictions
|
## Usage License and Restrictions
|
||||||
|
|
||||||
See GPL Licensing V3 for usage. You may modify this code as long as you keep the credits for this repository and for those noted in the credit section below. **YOU ARE EXPRESSLY FORBIDDEN FROM USING THIS NODE TO CREATE ANY IMAGES OR ARTWORK THAT VIOLATES THE STABLE DIFFUSION USAGE NOTES [HERE](https://huggingface.co/stabilityai/stable-diffusion-2#misuse-malicious-use-and-out-of-scope-use) AND [HERE](https://huggingface.co/stabilityai/stable-diffusion-2#misuse-and-malicious-use).**
|
See GPL Licensing V3 for usage. You may modify this code as long as you keep the credits for this repository and for those noted in the credit section below. **YOU ARE EXPRESSLY FORBIDDEN FROM USING THIS NODE TO CREATE ANY IMAGES OR ARTWORK THAT VIOLATES THE STABLE DIFFUSION USAGE NOTES [HERE](https://huggingface.co/stabilityai/stable-diffusion-2#misuse-malicious-use-and-out-of-scope-use) AND [HERE](https://huggingface.co/stabilityai/stable-diffusion-2#misuse-and-malicious-use).**
|
||||||
|
|||||||
Reference in New Issue
Block a user