Skip to content

ComfyNodePRs/PR-ComfyUI-Text-Utility-1ba8876d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-Text-Utility

[English][日本語]

Custom node to handle text.

Load Text File

Loads a specified file.

image

Save Text File

Saves the text to the specified file.

image

If the directory does not exist, it is created.

If overwrite is set to True, overwrites the file. If overwrite is False, no action is taken if the file exists.

Remove Comments

Delete comment.Line comments and block comments are supported.

image

  • line_comment : The string used to start a single line comment (default: //)
  • block_comment_start : The string used to start a block comment (default: /*)
  • block_comment_end : The string used to end a block comment (default: */)
  • remove_linefeed : remove linefeed or not (default: No)
    • No : do not remove
    • All : remove all
    • Blank Lines Only : remove blank lines only

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%