mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
Updated ReadMe
This commit is contained in:
33
README.md
33
README.md
@@ -12,10 +12,16 @@ 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. Yes, I am using ChatGPT, and yes I am a glutton for punishment. 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: Oct 16 2023**
|
||||
|
||||
+ ***Added a node that allows for six float values to output to six different output slots**
|
||||
|
||||
|
||||
**UPDATE: Oct 14, 2023**
|
||||
|
||||
+ ***REINSTATED the Aesthetic Scorers and provided instructions on how to add Clip to your system if you are having issues***
|
||||
+ Added the Global Envoy, which allows you to add height, width, and steps to many modules. The steps include start, stop and when to cut over to refinement, if you want (either as discrete steps, or a percentage)
|
||||
+ Added the Global Envoy, which allows you to add height, width, and steps to many modules. *** Currently not working ***: The steps include start, stop and when to cut over to refinement, if you want (either as discrete steps, or a percentage)
|
||||
|
||||
|
||||
**UPDATE: Oct 8, 2023**
|
||||
@@ -78,7 +84,7 @@ Some people are reporting having issues with installing Clip from OpenAI, especi
|
||||
|
||||
This is what I did:
|
||||
|
||||
**TL;DR: Install GIT and Python, ensure the location of Python and Pip are in your PATH, and then use GIT to install Emndles-Nodes, whih
|
||||
**TL;DR: Install GIT and Python, ensure the location of Python and Pip are in your PATH, and then use GIT to install Endless-Nodes**
|
||||
|
||||
- Installed the Windows standalone version of ComfyUI
|
||||
- This will install a portable version of Python for you and add the Python folder to your Win
|
||||
@@ -92,25 +98,37 @@ This is what I did:
|
||||
- If you do not have both folders added, the program will fail to find Pip and will not correctly install Clip
|
||||
- Once you have added that PATH, go to the custom folder for Endless Nodes, open up a command prompt (right-click and choose "Command Prompt here") and type the following:
|
||||
|
||||
```python -m pip install -r requirements.txt>```
|
||||
```python -m pip install -r requirements.txt```
|
||||
|
||||
- Note the '-m' and '-r' in the command! You should see a tonne of programs loading and then a success notice. Now Endless-Nodes should load properly
|
||||
- If you did a GIT install of ComfyUI and the ComfyUI Manager fails you, using the command noted above should work for you too, or you may be able to drop the -m part
|
||||
|
||||
### What to do if installation fails
|
||||
|
||||
You can try to install Clip directly via the following commands(still within the Endless-Nodes folder):
|
||||
You can try to install Clip directly via the following commands (still within the Endless-Nodes folder):
|
||||
|
||||
```pip install ftfy regex tqdm
|
||||
pip install git+https://github.com/openai/CLIP.git```
|
||||
pip install git+https://github.com/openai/CLIP.git
|
||||
```
|
||||
|
||||
If **_that_** does not work, then it likely some configuration on your machine is preventing the install. Ask me **nicely** for a specific module if you're looking for one and I'll see if I can separate it out for you. Your tone matters, I'm too old to pay attention to people who think I blew up their machines and I will be as short and presumptuous with you as you are with me. If that bothers you, some self-relfection may be in order.
|
||||
If **_that_** does not work, then it likely some configuration on your machine is preventing the install. Ask me **nicely** for a specific module if you're looking for one and I'll see if I can separate it out for you. Your tone matters, I'm too old to pay attention to people who think I blew up their machines and I will be as short and presumptuous with you as you are with me. If that bothers you, some self-reflection may be in order.
|
||||
|
||||
|
||||
## Node List
|
||||
|
||||
|
||||
### NEW! Six Float Value Output
|
||||
|
||||
Allows you to connect six float values to any other float input. What is the use case here? It works well for allowing the same settings to be used for the base and refiner encoders or FreeU inputs
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## Endless Image Saver
|
||||
|
||||
***UPDATED*** to allow the user to save JSON data to the image (default is OFF); the previous versions automatically saved the JSON data but if you have other nodes doing it, this is redundant. ***_Warning:_*** turning this off will not allow you to drag and drop an image into ComfyUI to rework it unless you had some other mechanism to save the JSON to metadata.
|
||||
|
||||
This is why I tried my hand at Python in the first place! There are many, many, many, good image saver nodes out there, so why one more? Well:
|
||||
|
||||
+ The default saver does not save to UNC in Windows, even if you try to put it in the extra paths YAML file
|
||||
@@ -229,6 +247,7 @@ As above, but with widgets for entry instead of connectors
|
||||
|
||||

|
||||
|
||||
|
||||
### Various converters
|
||||
|
||||
You've seen them elsewhere too, but there are few that do X to float or vice versa, so I threw them in. *Still in beta*, sometimes they work, other times the downstream node complains.
|
||||
@@ -264,5 +283,5 @@ These nodes may or may not be maintained. They work on my system but may not on
|
||||
|
||||
+ Took some base code from the [WAS save image node](https://github.com/WASasquatch/was-node-suite-comfyui) to repurpose it
|
||||
|
||||
+ Thanks to [chrisgoringe](https://github.com/chrisgoringe) for some vital insgiht into correcting mesy commas in the tuples for the converter nodes, much appreciated!
|
||||
+ Thanks to [chrisgoringe](https://github.com/chrisgoringe) for some vital insight into correcting messy commas in the tuples for the converter nodes, much appreciated!
|
||||
#
|
||||
Reference in New Issue
Block a user