Add files via upload

This commit is contained in:
tusharbhutt
2023-10-21 16:36:32 -06:00
committed by GitHub
parent 694dba2459
commit f772d5a775

View File

@@ -12,10 +12,21 @@ 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 20 2023**
+ ***Updated the Image Saver to trun off JSON add to Image Metadata if the user chooses**
**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**
@@ -110,8 +121,19 @@ If **_that_** does not work, then it likely some configuration on your machine i
## 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
![sixfloatout](./img/sixfloatout.png)
## 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
@@ -230,6 +252,7 @@ As above, but with widgets for entry instead of connectors
![sixintwidget](./img/sixintwidget.png)
### 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.