WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

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

Open MoYiha opened 1 year ago

MoYiha commented 1 year ago

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.

WASasquatch commented 1 year ago

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

MoYiha commented 1 year ago

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?

WASasquatch commented 1 year ago

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