ComfyUI-Custom-Scripts
ComfyUI-Custom-Scripts copied to clipboard
Multiple Save Text nodes doesn't work properly
Hello,
When using multiple “save text”, only one file is saved.
Here is an example (json attached):
SaveText.json
Here positive.txt will be written but not negative.txt. positive.txt content will be negative instead of positive.
Same behavior with LoadText:
LoadText.json
This will load the same text (from the same file) in both Show Text instead of the two texts from the two files.