Toon Verbeek

Results 14 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...

@davidzhao Thanks for getting back to me. We're running on `python:3.11.6-slim`: https://hub.docker.com/layers/library/python/3.11.6-slim/images/sha256-f07bce5332359289dbfb906c9f8007a08f59a411404dcef9be4580b77e0f6951

> Hey [@toonverbeek](https://github.com/toonverbeek) , Did you find any leads regarding this issue? I am also facing the same. No, nothing new on my side unfortunately.

Same thing for me, see also https://github.com/mrousavy/react-native-vision-camera/issues/3606 > There's some very strange behaviour going on. I have a complex skia-processor that was working flawlessly. Then I changed some arbitrary code...