Fork me on GitHub
#ai
<
2023-10-31
>
oly08:10:28

anyone aware of any ai image generation api's ie send it a prompt get some generated images back even better if they have an existing clojure wrapper 🙂

oly09:10:02

looks like the sort of thing I am after, not played with ai stuff much other than wrapped up tools but got an idea for a simple app that would use generated images 🙂

Piotr Roterski04:11:42

I've started with: https://replicate.com/ (easier to start and browse the results in their ui) and then switched to: https://www.runpod.io/serverless-gpu (more control over compute resources + has integrated s3 api) while they don't have clojure wrapper, it's been fairly straightforward to use both their http APIs via https://github.com/oliyh/martian have fun! 🙂

joshcho01:12:17

we need an agent that turns api's like this into automatic clojure wrappers