ai

oly 2023-10-31T08:25:28.461889Z

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 🙂

joshcho 2023-12-23T01:10:17.151189Z

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

Žygimantas Medelis 2023-10-31T08:56:54.675829Z

Try https://platform.stability.ai/docs/api-reference

oly 2023-10-31T09:12:02.548149Z

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 Roterski 2023-11-05T04:35:42.981869Z

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! 🙂