eliza icon indicating copy to clipboard operation
eliza copied to clipboard

Image gen

Open alextitonis opened this issue 1 year ago • 3 comments

alextitonis avatar Oct 27 '24 13:10 alextitonis

Hi there, and thank you for your contribution!

Would you mind outlining some steps for testing in your PR? This looks interesting but I'm not sure how to test it.

Thanks again!

sirkitree avatar Oct 27 '24 16:10 sirkitree

Hi there, and thank you for your contribution!

Would you mind outlining some steps for testing in your PR? This looks interesting but I'm not sure how to test it.

Thanks again!

Wasn't able to test through discord (the main code was giving me error 400 for a reason) But there is a route also to test the workflow: POST: /agentId/image Body: { prompt: string; width: number; height: number; steps?: number (default is 4) count?: number (default is 1) }

Output is an array: { image: string (b64), caption: string }[]

alextitonis avatar Oct 27 '24 18:10 alextitonis

Let's make sure this is working through Discord and Twitter :)

lalalune avatar Oct 28 '24 20:10 lalalune