Skip Navigation

What AIs is everyone using?

And how much do they cost? And how do you like them?

29
29 comments
  • All mine are with Bing, it's free but you only get 15 full speed image generations a day. After that they take a few minutes per prompt.

    I dislike that it has restrictions so I can't make the fully unhinged pictures I would like 😂

    • Yeah, that is what I use too, but the limitations kind of suck.

      I need a Nic Cage Wolf man picture in my life, but Bing blocks celebrity prompts.

  • I use stable diffusion with automatic1111's webui ran locally with an AMD GPU. I use the card for gaming and encoding too, so the cost for just AI is basically free. The webui is excellent, and I learn about new things it can do every time I use it. Setting it up took some time, but nothing beyond what I am familiar with. I do loathe that so much data science/AI stuff is python based, because python's dependency management is an unruly beast, but oh well.

    • because python’s dependency management is an unruly beast

      Note that Automatic1111 is, by default, set up to run in a venv -- a sort of little isolated Python install -- so it won't smack into the system packages, at any rate.

      I think that the current version of Automatic1111 -- I'm running off the dev branch -- also pulled down the appropriate ROCm pytorch that AMD wants into its little venv, but I'm pretty sure that I recall needing to manually install that some months back, on an older version of Automatic1111. Other than that, I don't think that I had to do anything significant with Python packages; there's just a script that one runs to launch the package, and it also automatically downloads anything it needs the first time.

      • by default, set up to run in a venv

        It does, but since I'm running inside a container, I disable that behavior, and run it as a user package. Some extensions also require additional libraries, but they don't pull the correct ROCm dependencies and I have to modify part of the install scripts to manually define the correct versions.

        The main webui code is excellent, even if sometimes the documention is out of step because of how fast everything moves. Its the extensions that are not always to the same level of quality that make fiddling with python dependencies a bit of extra work.

    • You use it on Linux? I have used it in Windows (6700xt) and it is slow af (2 it/s or even in s/it range), apparently it should be a lot faster in Linux but haven't tested it.

      • I run it in a container on a NixOS host yes, eventually I'll learn how to do it in a flake but my nix skills aren't quite there yet. EDIT: I use a 6900xt, and some quick runs I did give me roughly 10 it/s. Which feels reasonably fast, only a couple seconds per image.

  • I'm using Bing Image Creator mostly. It's powered by DALL-E 3.

    I've used https://www.craiyon.com/ for one because I purposely wanted it to be crappy.

  • Stable diffusion. 1.5 on my own PC (with an old GTX 970), as it gets too old to run SD XL, I use getimg.ai which is uses XL and a selection XL based models. The reason why I use this one is what I can buy credits without a subscription. I am fine paying 10€ every so and on but less keen to pay 10 a month, just for a fun toy)

  • I just use bing cuz im a dweeb and its free and easy

  • Stable Diffusion on a 1080TI. Not the fastest and can't handle the some models, but it runs. Cost noting but time and a slight uptick in my already high power bill(and thousands in hardware).

  • Does anyone know if SDXL can run split tasks with SLI cards? I've been thinking of building a dual A80 tesla rig since they are so cheap but I want to be able to render on all 48gb as one.

    For OP -- I run totally on OpenAI using API calls.

  • I'm using Stable Diffusion. It's open-source, and the software doesn't cost anything...but you run it locally, so you need a graphics card capable of handling it, and it has a serious hunger for VRAM. I'm using an AMD Radeon RX 7900 XTX with 24GB of VRAM; that's something like $1k. Your CPU doesn't really matter, as the GPU does the heavy-lifting. An 8GB card probably is going to have problems running out of memory running the SDXL models that are current; I'd probably go with a 16GB+ card if I intended to run it.

    Part of the "AI" here is the software, Stable Diffusion, and part is the model, the "memory" or "knowledge" of the AI; I use realmixXL 1.5; as with most other Stable Diffusion models, it's downloadable from civitai.com, and costs nothing.

    Relative to the other AIs people on here are likely to use...hmm. Well, the major commercial services tend to censor; and have various content filters. If you want to generate pornography, Stable Diffusion is probably where you want to be. Ditto for things like images of celebrities, which I understand the online services are aiming at also restricting (and maybe art styles of artists, not sure where the commercial services are going with that). And if you're a programmer and want to write software that interacts directly with it, SD's where you'll want to be.

    Both Midjourney and DALL-E have a natural-language processing pass, so the idea is that one feeds them somewhat English-looking sentences, which are easier to write. You'll generally get something not entirely unreasonable in Stable Diffusion if you do that, but normally one just feeds it a list of tokens, a list of keywords.

    The commercial services will also data-mine what you're doing; Stable Diffusion stuff stays on your local computer. That could matter to you, if you take issue with things like Bing or Google data-mining searches.

    Stable Diffusion tends to provide for a lot of control, and there are a lot of new extensions being put out regularly for it by researchers.

    On the other hand, you're limited to the hardware that you have. You're paying for that hardware, even if it's not actually running; whatever premium pricing commercial online services have or will have, they'll ultimately be able to spread out the cost of hardware across many users by keeping the compute cards more-or-less constantly in use. If you use your GPU 1% of its lifetime...well, if they can keep the compute cards in their datacenters at an average of 80% activity, they're getting 80 times as much good out of their parallel compute hardware.

    I don't know what hardware Midjourney and DALL-E are running on, but I would wager that if they aren't yet, they will be running on compute cards with more VRAM than most home users are going to be able to get ahold of, so they'll probably have an advantage in terms of the potential model size. That's a guess.

    There may be other features added down the line in the natural-language-processing layer in the commercial services, and AFAICT, that's not really a primary focus of Stable Diffusion development. My guess is that one of the big commercial services will probably wind up looking something like Instagram -- it'll become approachable enough for everyone and get a huge user base -- and I suspect that it won't be Stable Diffusion because of the lack of the NLP layer, the fact that it doesn't aim to take in English-language-looking sentences.

    Stable Diffusion also has multiple frontends. I generally use the (popular) Automatic1111 frontend, which is more-analogous to the Midjourney or DALL-E UIs. Another notable frontend is ComfyUI; this works more like image-processing software, where one builds up a directed graph of operations, and then as you make changes, the graph will recompute stuff as needed. That's probably more-useful for compositing complex scenes, but it's also slower to put together a scene; one isn't just plonking in some search terms.

    Adobe also has some kind of generative AI effort ("Firefly") going on, I assume is gonna integrate it with their graphics processing software. I've got no experience with it, but if you're a serious Photoshop user, you might want to look into it, see what it's like, since I'd guess that whatever they come up with, they'll probably do a reasonable job of integrating it with their traditional image-processing software.

    There are a number of users of all of SD, Midjourney, and DALL-E/Bing on this community; you'll get solid images out of all of them, as things stand.

  • I use ChatGPT premium almost every day, mostly for coding, rarely for image generation. $20/month. It can write/refactor decent (not great) code faster than me if I can type out what I want faster than just writing the code myself. Dalle-3 through ChatGPT produces pretty good images and seems to understand the prompts better than SD (ChatGPT actually writes the prompt for you, so that might have something to do with it). It's much better than Dalle-2, but they've put guardrails on it so you can't ask to do things like create images in the style of a modern artist.

    I've messed around with Automatic1111 and SD a little bit. ControlNet is very nice for when you need to have control over the output. I would draw shitty outlines with Inkscape then used SD+ControlNet to kind of fill everything else in. Free and open source model and software. Ran it on a RTX 3090 which costed me $800 a year ago.

    Messed around with DeepFloyd IF on replicate.ai for a while, which was very nice. It seemed to understand the prompts much better than SD. I think it was $2/hr, with each image generation using something like 30s of GPU time. Cold starts can take minutes though, which is annoying.

    I use OpenAI's API in a prototype application; both GPT-4 and Dalle-3. GPT-4 is by far the most well-behaved and "knowledgeable" LLM, but all the guardrails put on it can be annoying. Dalle-3 is pretty good, but not sure if it's the best. The cost isn't significant yet while prototyping.

    I get ads, news, and video recommendations served to me which probably uses some kind multi-armed bandit AI algorithm. Costs me my privacy. I don't like it; I rate it 0/10.

  • I mostly prefer to use Stable Diffusion with ComfyUI. But microsoft image creator/bing image creator are really neat with their flexibility to blend different things together, that Stable Diffusion cant do without a lot of tinkering. But Microsoft's solutions are really annoying to use. Rate limited, censored to heck and back, and at the moment its not even letting me make images because its faking that "theres too many users". Basically softbanning me.

You've viewed 29 comments.