Toon Verbeek

Results 7 comments of Toon Verbeek

FWIW, also getting the same result as @Enzzer where both images are merged into one face. @Enzzer did you find a solution by any chance?

Yes confirmed, I used the reference pose image from the repository with two custom portrait photo's and results are now a lot better. Thanks for the update 👍

> hey @toonverbeek can you share a workflow on how you combined pose with multi ID? How did you achieve this? I used essentially the default multi-id workflow included in...

Also ran into this. Workaround is to manually pass both `tool_call_id` and `toolCallId` to my message object. Would be great if this wouldn't be necessary in the future 👍

@gouku it's not in the `appendToolCallMessage` where you need to pass it, but when you're returning the messages from the tool: ```typescript const finalMessages = [ ...messages.map((message) => ({ content:...

Commenting for visibility! Same requirement to connect to be able to connect to a Microsoft Azure account .

I'm using Vercel serverless functions, which under the hood utilize AWS Lambda. Interestingly this used to work for me fine, but it _stopped_ working when I switched over to NextJS...