was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

[feature request]Can you make Export API node fully supports Text Tokens?

Open MoYiha opened this issue 2 years ago • 3 comments

I have tested with latest version, In Export API node, Text Tokens available in output_path but filename_prefix can not .

Thanks for your work.

MoYiha avatar Sep 28 '23 03:09 MoYiha

Are you sure? We are applying token parsing here: https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/WAS_Node_Suite.py#L7010

WASasquatch avatar Sep 28 '23 19:09 WASasquatch

Yes, I'm sure. Text Tokens with Save Text File and Save Image nodes are works fine, but Export API node is not. Is https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/WAS_Node_Suite.py#L7010 in was_save_images function right?

MoYiha avatar Sep 29 '23 05:09 MoYiha

Ohh my apologies, yeah that's possible. Probably should be a toggle though.

WASasquatch avatar Sep 29 '23 06:09 WASasquatch