ComfyUI Workflow
required Custom Nodes:
if you need help check the readme files in the repo readme folder at github.
llama-cpp-python is needed for the loading_method: GGUF (llama-cpp-python) in the Smart LML v2 Node
switch the template in the Smart Language Model Loader v2 to download the model. the node detects if the model already exists, it is also not downloading florence2 anymore when models\florence2 already exists, except for models that are not found in this folder.
load images from folder
Smart LML v2 loads the selected model for the image description
ReplaceString v3 removes unwanted parts
save prompt (.txt, .csv, .json)
if you create one file e.g. random_prompts you can use this file in the wildcard processor. for that:
copy the file to the wildcards folder e.g. comfyui\models\wildcards. reload the page or restart comfyui if that didnt work and load the file from the list.



Description
Needs Eclipse v1.4.1
the reupload contains the read prompt files node that allows to load all prompts from a file and use them either with a model to refine the prompts / remove unwanted parts (kind of works with text only models, can also be used with task chaining) or use replace string v3 which works much better now. connect the output to text input of Smart LM v2 or Replace String