firebase / genkit

An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to integrate, test, and deploy sophisticated AI features to Firebase or Google Cloud.
Apache License 2.0
633 stars 79 forks source link

[Dev UI] Render multiple candidates for image models #688

Open MichaelDoyle opened 1 month ago

MichaelDoyle commented 1 month ago

Note: there is a proposal to remove multiple candidates from the API/model abstraction. In that case, we can still have the UI provide a selection for # of candidates, and make parallel calls for each request image, and display in a grid.

chrisraygill commented 1 month ago

I think @mbleigh was considering getting rid of multiple candidates in favor of making multiple calls in parallel.

MichaelDoyle commented 1 month ago

It's true :) I wrote that in the description. From a UX perspective, we might still want to do it. BUT, if not. Let's close this out. Let me know.

mbleigh commented 1 month ago

+1 to both getting rid of candidates generally and still supporting multiple generations for image models specifically. :)