From 84827e46e4303f94c1fce00e6884ada64d5b7d35 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sat, 21 Oct 2023 16:52:42 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef09fa1..2203207 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Rightly or wrongly, I am pretending to teach myself a bit of Python to get some **UPDATE: Oct 20 2023** -+ ***Updated the Image Saver to trun off JSON add to Image Metadata if the user chooses** ++ ***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** ++ ***Added a node that allows for six float values to output to six different output slots*** **UPDATE: Oct 14, 2023** @@ -134,6 +134,10 @@ Allows you to connect six float values to any other float input. What is the use ***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. + +![jsonsave](./img/jsonsave.png) + + 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 @@ -166,6 +170,10 @@ This module uses the standard Python date and time stamp formats, it **_does not Note that there is no need to use "\[time(your string here)\]" +If you want, grab the file below which should have metadata builtin that will show you how to save a file with the date and time as part of the filename + +![imagesaveguide](./img/imagesaveguide.png) + ## Aesthetic Scorer