ComfyUI : ChatGPT helping us prompt, but not in an expected way!

preview_player
Показать описание
I had a little brainstorm on hooking in ChatGPT into my prompt workflow in ComfyUI, but thought it would be more interesting to ask it open ended questions and then inference the results! So, in this episode of the ComfyUI tutorial series, I am going to show you a custom node that allows you to hook your workflow to the OpenAI API and we can return text and then toss that into our prompt. Now, I want to ask questions that generate unexpected answers, so this is where it got fun and also yielded an unexpected result that made ma laugh out loud. Enjoy!
#stablediffusion #comfy #aiart #chatgpt

Interested in the finished graph and in supporting the channel? Come on over to the dark side! :-)

Рекомендации по теме
Комментарии
Автор

thanx for this tutorial i enjoyed it a lot, my main problem here is this error "- Value not in list: model: 'gpt-3.5-turbo' not in []" happens with me only cuz i m using Personal free ChatGpt Account (it still provides API keys) but still not working.

hayateltelbany
Автор

I gave gpt 4 that prompt you had, and told it to make opposite negatives for them aswell. This thing is making prompts that frankly are the best photos i've literally ever seen generated ever.

Smashachu
Автор

thank u for best video but why i getting error " Prompt outputs failed validation
ChatGPT Simple _O:
- Value not in list: model: 'gpt-3.5-turbo' not in []

FalahgsGate
Автор

Your tutorials are fantastic! Please keep making them! Thank you!

kevinmack
Автор

I am following your tutorial but I get an error message about Prompt outputs failed validation
ChatGPT Simple _O: - Value not in list: model: 'gpt-3.5-turbo' not in [] so there is no config in I have an API key but can't find the config or 'gpt-3.5-turbo'. Any help would be appreciated.

MarkScorelle
Автор

Haven't even watched the video yet, but this is an area I'm definitely interested in. Advanced Hallucinations from the "mind" of ChatGPT: Let the Games Begin!

slackmaster
Автор

Lol that's cool, I was already doing similar things just using python to prompt openai endpoints and local host comfyui, easier to keep track of what I'm doing and all my relevant data in my program than by letting comfyui prompt for me, and i can do my own text sterilization on the openai response before feeding it to comfyui, and the openai endpoints accept so many arguments to affect outcome (presence penalty, frequency penalty, temperature, top_p, etc) that feels very easy to interact with directly in the completion request, I feel like in general it's more versatile to prompt openai by code and feed that data to comfy via python api calls

hostjhall
Автор

looks like "o" has changed the ChatGPT model completely (or I must be missing something). The components mentioned in the video are gone and the new ones are less obvious on how to use. Love the idea. Going to figure out where "O" went with the update.

rossarroyo
Автор

Prompt outputs failed validation
ChatGPT Simple _O:
- Value not in list: model: 'gpt-3.5-turbo' not in [] ???i have no idea what's can i do next, please help me fix this problem. thx

wenlingfan
Автор

you do awesome work man! thank you for showing these!

Автор

Is there a way to do this with a local LLM, text generation webui and I think koboldai, both have api. Guessing that calling and using the api would be the same as chatgpt?
Side note: REALLY interesting videos)

GamingDaveUK
Автор

Tiny Terra Nodes has a textDebug node that shows the output in the workflow as well as (optionally) the console

panman
Автор

You can rename the category (e.g. "OpenAI" instead of "O") if you're willing to edit the node's python source and change the string there. If you "git commit" your change into the cloned repo, it should merge fine with later updates to a point. Ultimately if the auther decides to change the category name as well, the merge would likely result in a conflict needing resolution.

wngbt
Автор

Is threre a way to have the prompt that chatgpt generates visible before it's fed into the encoder? I'd like to use those prompts again or at least see what is being created. TY, I joined your channel as you've provided the best tutorials I've found on YT.

tikishark
Автор

I desperately want this to work but I can't really afford the $30 AUD a month for the gpt subscription.
Thank you for these videos Scott. You have got me past the "it's too overwhelming" roadblock for comfy.

CaptainKokomoGaming
Автор

hello. thanks for coming back. I know this is for comfyUI and I am going through that now. Learning curve/time. But just a quick question as you work for them and you would know this Q: Just out of curiosity. Pre SD A/1111/1.6. Sampling method had parameter slider bars/numerical values to modify; all SampleMthds parameters/sliders were the same. Now, with 1.6 the GUI/Sample method is different. How do you get that UI workflow set/grouping of sliders/values back into the V1.6. I have/took large amounts of notes for my images/sample methods. I looked through the settings and could not find it. Help? sorry. not to highjack the comfyUI where I know there are those controls.

kritratick
Автор

Here is what I tried and the results are outstanding! "How will the best photograph ever made be described"

techwy
Автор

Unfortunately, the Simple_O prompt doesn't work as it no longer authenticates. The reason the failed error "- Value not in list: model: 'gpt-3.5-turbo is because it can no longer actually query openai for a list of models. That's just a default message that appears in that field, hence the undefined when you try to click it. The newer custom node which is a branch of 'O' works. So can use it in conjunction with the other helpful nods in 'O'

zLki
Автор

Thanks!! This was a killer idea and a killer video! I'm having fun with this. It's a great source of inspiration. Trying to figure out how I can capture along with random seed and chatgpt prompt it generates to rework the scene later.

rogerpingleton
Автор

Do you know if comfyui has any parallel nodes or are they all sequential?

generalawareness