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

Prompt output for CLIP encoder #96

Closed Radtoo closed 1 year ago

Radtoo commented 1 year ago

I thought it was useful to have a text output on CLIPTextEncode to output the generated NSP/wildcard prompt and do things with it like save it in a companion .txt file, or other uses.

WASasquatch commented 1 year ago

Custom nodes can't output text to the API. Do you mean a parsed text output to plug into something?

Radtoo commented 1 year ago

I don't know the ComfyUI API. This is for use in the UI same as I'd expect WAS to usually be used, to get the NSP/wildcard generated prompt text string. The existing conditioning output can't be directly saved to a text file or used for another text encoder or put into a filename or whatever else one might want to do with a text prompt.

WASasquatch commented 1 year ago

Yeah I think I get what ya mean now.

WASasquatch commented 1 year ago

image

Should be good to go now. You can git pull

Radtoo commented 1 year ago

Even better with the second output. Great!