receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[FEATURE REQUEST] - Please implement saving positive %prompt in the filename #54

Open RoyDingZF opened 9 months ago

RoyDingZF commented 9 months ago

Summary

save positive prompt in filename for quick everything search.

Basic Example

ComfyUI%time%seed%counter%prompt

Reference Issues.

No response

receyuki commented 9 months ago

This will be a very simple feature, so I can absolutely add it in the next version. But using the prompt as part of the filename may have many limitations:

  1. If the prompt is very long and exceeds the system's filename length limit, it will be truncated.
  2. If the prompt contains newline characters, these newline characters will be removed.
  3. If the prompt contains symbols not supported by the system's file name, these symbols will be removed.