What is your goal?
To recitify the error
What is the problem & what have you tried?
I built a workflow it was working fine but noe the chatgpt image generation is error with following message The run couldn’t be completed
[400] style: Unknown parameter: ‘style’.
Code: RuntimeError
Origin: OpenAI (ChatGPT, Sora, Whisper)
This error is most likely caused because the module is being set to a model that does not support the style field. The style field usually only works with Dall-E 3 and not GPT image. If this scenario worked before and just started failing it is likely that OpenAI changed the default model on their end.
Your best solution is to Open the Image Generation module and check what is selected and either switch back to Dall-E 3 or just remove the style field altogether if you are using “gpt-image-1”.