vienteck / ComfyUI-Chat-GPT-Integration

GNU General Public License v3.0
29 stars 4 forks source link

Why pollute response with unnecessary text? #5

Closed madvas closed 8 months ago

madvas commented 8 months ago

Hey, I appreciate your custom node, it's very useful, but why on earth would you do this? https://github.com/vienteck/ComfyUI-Chat-GPT-Integration/blob/main/chat_gpt_integration.py#L125

I want to use response as a image prompt directly, I can't have that text around it. Please consider removing it, or at least give some option for people who want output without it. Thank you.

vienteck commented 8 months ago

I will take a look at it today and see what I can do. I’ll update here as soon as I’m done

vienteck commented 8 months ago

Okay I have pushed a change out so now only the response from OpenAI will be passed into the image generator.