alpertunga-bile / prompt-generator-comfyui

Custom AI prompt generator node for the ComfyUI
MIT License
72 stars 8 forks source link

Extract generated prompt #6

Closed klement closed 6 months ago

klement commented 6 months ago

I'm using SD Prompt Saver and would like to include generated positive prompt. How can I do that? SD Prompt Saver expects a string, while output of PromptGenerator is already CLIP encoded - if I understand it correctly.

It'd be great if PromptGenerator had an output containing the actual string before encoding. It doesn't really matter if it's a replacement for existing output (which one would then need to chain into CLIP Text Encode node) or a parallel output.

Thanks!

alpertunga-bile commented 6 months ago

Hello, thank you for suggesting a feature. I added the generated prompt to output as string with new commit. I'd appreciate your feedback on whether the update fixed your issue.

klement commented 6 months ago

Perfect! Thanks!