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
updated eclipse 1.0.81
fixed random seed (smart lml v2),
fixed llm instructions for GGUF (llama-cpp-python)
fixed think stripping with fallback
prompt defaults
improved style prompt (detection nl vs tags)
save prompt (added log_prompt to print directly to console to view the prompts without the need of show any)
added a 2nd Smart LML v2 to expand the replaced description after the use of prompt styler.