ComfyUI Workflow
Requires ComfyUI_Eclipse 4.1.13
Easy Workflow:
Loads a Batch of Images from a Folder, select the Images for a description, save the prompts
Since the Smart LM Loader was changed to loop over the files on it's own rather that beeing executed from comfyui again and again for each image the process is much faster, the model is loaded once and used for all images (Version 4.1.2).
Description
Requires Eclipse 4.1.7
new load batch node and some updates to saveprompt / wd14 backend
replaced the Load Batch with the new node, the preset in the workflow is set to source folder and source file using wd14 but you can choose any of the model in the LM loader
since the load batch node just outputs the filenames (full path) the base folder is unknown (base folder is the path that you have entered in the Load Batch node), because of this i've added the option to go up a level in the output folder of save prompt otherwise the prompts are saved alongside the image or in this case in a new folder
images/prompts. setting use_source_folder to true is doing this too btw (output_folder is ignored in this case).
