eliza
eliza copied to clipboard
Image gen
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!
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 }[]
Let's make sure this is working through Discord and Twitter :)