Ask HN: Good Sites for/with AI Enthusiasts?

4 points by wruza 2 days ago | 2 comments

As an enthusiast sometimes I feel that I get stuck in a corner and could use some overview. A newsforum about AI engineering could help. E.g. most articles about practical things (think civitai guides), some articles dive deeper into how this tech works (think 3b1b). Do you know a good one?

I only google things and am not e-social, so may miss something obvious like “civitai’s good though, why” or “there’s tech jesus but for AI on YT”.

Interested: AI tech, SD inference and training, local LLM models and prompting/settings, VLMs, TTSs, other models, scripts, experiments, popsci.

Disinterested: CEO said, politics, winter, alignment, eats us all, not a human, etc.

I can provide my lora training and automation experience, for the most part (around 100 sd 1.5 loras, few versions each).

ed 9 hours ago | next |

It’s a big field!

But if you’re in a few discords and a bunch of subreddits, you’re doing it right.

The most interesting stuff happens in GitHub PR’s, but you have to know where to look. Kohya’s misnamed SD3 branch has a ton of good flux hints, for example. It’s also where furkan gets pretty much all his content, before it gets paywalled.

Unfortunately, unless you participate full-time it’s hard to follow along. But if you really dig in and learn to modify your tooling (Comfy, kohya etc), you’ll start to come across some really impressive people who are all self-taught, and very accessible.

It’s totally possible to work your way up to the frontier with a few months of hacking. (And disposable income for GPU time.)

And the overlap between image AI’s and LLM’s is actually pretty great since they’re all transformers under the hood.

Civit, in my experience, is a good source for weights but most of the guides are written by people without much actual experience.

If you haven’t already, use tensorflow or wandb to get an intuitive understanding of your training parameters. It’s very easy to connect your tools to these services. This is by far the most helpful thing I’ve done, and something I really regret not doing sooner.