Hey HN<p>I've been building Super Prompts [1]. It's a place for AI artists to share and organise their work. I noticed that lots of artists post their work primarily on Twitter and there's no easy way to see all their work in one place. Whenever I'd ask to see all their work they'd either sheepishly point me to their Twitter "Media" tab or I'd have to comb through 5 different NFT platforms and aggregate it myself. I built a little tool called "/publish" that lets you create a gallery for your AI art without leaving Twitter. You just reply to a tweet containing your artwork with "/publish @superprompts" and we add it to your gallery.<p>Now I've built a fun little tool that lets you generate AI art with Stable Diffusion without leaving Twitter. You can tweet "/generate @superprompts" followed by your prompt, and we'll generate the art, publish it to Super Prompts, and reply to your tweet with your creation. It's completely free but it does require you to sign up on Super Prompts and verify your Twitter first.<p>I'm using Google Cloud Functions to check for new Twitter mentions every minute and handle accordingly. To generate the art I'm using Replicate [2]. They provide an API to run machine learning models in the cloud.<p>Would love to know what you think.<p>[1] <a href="https://superprompts.com" rel="nofollow">https://superprompts.com</a><p>[2] <a href="https://replicate.com" rel="nofollow">https://replicate.com</a>