Home Artists Posts Import Register

Content

Heyyyy Everyone, I'm back with something new !!!

I have been working with a comfyUI node developer to make some custom nodes for myself which will enhance my future workflow and will open new possibilities to manage and handle files.

Moreover, new nodes will be added regularly to the JDCN repo and will be continuously updated as per my requirements, these node will help me make better animation workflows which were not possible due to technical limitations.

You may also Request a Node here, if you feel it will contribute in our growth and enhance the workflow experience.

A Detailed Description of node is given down below as well as in the Github page

GitHub Link: https://github.com/daxcay/ComfyUI-JDCN

_________________________________________________________________________

ComfyUI-JDCN, Custom Utility Nodes for Artists, Designers and Animators.

Jerry Davos Custom Nodes for Saving Latents in Directory (BatchLatentSave) , Importing Latent from directory (BatchLatentLoadFromDir) , List to string, string to list, get any file list from directory which give filepath, filename, move any files from any directory to any other directory, VHS Video combine file mover, rebatch list of strings, batch image load from any dir, load image batch from any directory and other custom nodes.

Since Most of the nodes are working with path, so it’s Ram efficient as actually loading of files is not done initially.

1. JDCN_AnyFileList :

Load Paths of any files from inside ComfyUI from a folder

• folder_Path: Input the folder directory of the files you want to load without quotes. Eg: F:\Temp

• filter_by: Filter files by major category – Images, audios, videos, texts, tensors, folders

• extension: Filter files by their file extensions:

  • Images: jpg, jpeg, png, gif, bmp, tiff, ico, svg, webp, psd, ai, eps, indd, cdr, raw, cr2, nef, orf, sr2, pef, x3f, dng, raf, rw2, arw, mef, mrw, fff, srf, kdc, mos, rwl, dcr, erf, 3fr, srw, bay, nrw, ptx, cap, iiq, eip, rwz, r3d, qtk, dcs, rw1, rpp, fff, rwl, pef, xmp

  • Audio: mp3, wav, flac, aac, ogg, wma, m4a, ape, alac, aiff, mid, opus, amr, pcm, mp2, ac3, ra, au, mka, snd

  • Video: mp4, avi, mkv, mov, wmv, flv, webm, mpg, mpeg, m4v, 3gp, rmvb, divx, vob, ts, ogv, m2ts, mts, f4v, asf

  • Text: txt, doc, docx, xls, xlsx, ppt, pptx, pdf, rtf, html, htm, xml, json, csv, dat, ini, cfg, inf, log, md, sql, php, cpp, java, py, c, h, hpp, js, css, asp, aspx, jsp, jspx, xhtml, rss, atom, pl, cgi, nfo, diz, reg, key, sfv, cue, url, bat, sh, ps1, vbs, asm, bak, tmp, temp

  • Tensors: latent

Example You can have all files in one folder and can filter & Separately use them:

Filter Photos and Use:

Use Single Video Via AnyFileSelector Node:

Filter and Use Multiple Videos at Once:

Filter Latents and Use:

Filter Text files, jsons and load them inside comfy:

2. JDCN_AnyFileListHelper

You can sort sperate List externally with a helper node.

• Search – Input keywords to search for – one or many keywords separated with comma

  • EG: portrait,girl

• Filter_by and extension are same as AnyFileList Node

Example workflow:

A folder with 12 Items in mixed format – webp, gif, png, json, jpeg

One Main List is divided by different formats selected in Helper node or you can search for specific term as shown in purple node

Also, multiple keywords can be used to filter out files.

3. JDCN_AnyFileListRandom

AnyFileListRandom can be used to select elements at a random, fixed or incremental order.

• Batch_Size – Set the number of files selected per queue.

4. JDCN_AnyFileSelector

It is used to select 1 element from the given input list

5. JDCN_BatchImageLoadFromListLoad images in any supported format

6. JDCN_BatchSaveLatent

This Export latents into a folder, to save vae encoding time or use later.

7. JDCN_BatchLatentLoadFromDir

• Directory – Enter a folder location

• Load_Cap – Number of Latents to load

• Skip_Frame – Skip the first n images.You can load latents directly from a Specific directory

8. JDCN_BatchLatentLoadFromList• Index – Start index of the latents from the path list inputted.

• BatchSize – Number of Latents to load.

• BatchDirection – Direction for selection of latents from the list.

NOTE : Index works differently in this node, it is depended on BatchSize For Example: You have 4 elements in the inputted list. (a,b,c,d)

Scene 1: Index = 1 BatchSize = 2

Output = a, b

Scene 2: Index = 2 BatchSize = 2

Output = c, d9. JDCN_FileMoverA folder containing filesImages, Json, Videos are sorted with helper node then moved to a new location via File Mover node.Output Result after queue.

10. JDCN_ImageSaverSaves images into an output directory • OpenOutputDirectory: When enabled will open the Output folder.

11. JDCN_ListToString and JDCN_ StringToList

Convert list to one single multiline text and vice versa where ever needed.12. JDCN_ReBatch• BatchSize – Number of Elements for a single output packet

• TextList – False will give list a comma separated form, True will give in new line.13. JDCN_SplitStringIt Split the input String or list of strings from a given search term and give outputs – Suffix, Prefix and Found at location

• SearchFor – Enter character or word to search for a String

• StartFrom – Begin Searching the string from front or rear.

• Occurrence – Split the String from nth Occurrence of the search term from front or rear.

• IncludeSearchFor – Include the SearchFro Term in the Outputs - Suffix

Example Use cases: Separate ExtentsionsSeparate File names and PathsGo Folder Up:14. JDCN_TXTFileSaverIt Saves string or Text content into a file

• Directory – Input a Folder location to Save the text file

• Mode – How to Handle same named file – Merge, OverWrite, SaveNew, MergeAndSaveNew

It will create a new file if same named file does not exists

15. JDCN_VHSFileMoverUse it with a VHS video combine node to move the rendered file to the output Location • OverwriteFile – It will overwrite the file if they have same file name.

------------------------------------------------------------------------------

  • Last but not least, LogicUtils  nodes has also been merged with this JDCN, LogicUtil was facing a problem getting installed automatically via manger, and users were not able to install is with "Install Missing Custom Nodes Button" So this Problem has also been Solved with JDCN

_______________________________________________________________

Installation

  Manual Method

  • Go to your Comfyui > Custom Nodes folder

  • Run CMD from folder path box or right click on empty area and click open in terminal.

  • Copy and Paste this command git clone https://github.com/daxcay/ComfyUI-JDCN.git

  • Then go inside ComfyUI-JDCN with cmd or open new.

  • and type pip install -r requirements.txt to install the requirements.

Automatic Method

  • Inside ComfyUI > Click Manager Button on Side.

  • Click Install Custom Node and Search for JDCN and Install this node:Restart ComfyUI and it should be good to go

__________________________________________________________________

CREDITS

Daxton Caylor - ComfyUI Node Developer

Jerry Davos - Graphic Design and Nodes Ideas

___________________________________________________________________

Nodes Used in My Animation Workflow will be briefed in detail again in the Separate Post

Also More Good News!!! Jerry Davos' Discord Server is also being Setup and will launch soon for Everyone, you can share your artwork, chat with community members, discuss ideas, get help, share resources... etc on the server soon. Patreon will get special roles and perks.

See you soon !!

Byeeee❤️ 

-Jerry Davos

Files

Comments

王 骏

thank you