
Make AI Comics With Consistent Characters — No Drawing Skills
Design and publish AI-generated comics with consistent characters in multiple styles.
@yarnsaga · X
The full gallery
Tech stack
60 projects

Design and publish AI-generated comics with consistent characters in multiple styles.
@yarnsaga · X

Create illustrated storybooks with consistent characters across pages using AI.
AI故事书生成器 — AI 生成故事书

Explore cellular automata rules and watch their evolution patterns unfold in real-time.
kypaku · HN
Scanner for cellular automata rule space

Sketch fashion designs over your own croqui reference using textured fabric brushes.
@KalkiTheEnd2 · X
Check out what I just built with Lovable!

Compose fields of language by seeding paths and rolling dice.
@whatinthefkinfk · X
just a link, minimal startup needed

Scan websites for AI design patterns and score how AI-generated their design looks.
hubraumhugo · HN
Design slop is the feeling that tells you a website is purely AI-generated. This is an attempt to classify the design patterns behind it. Applying this scoring to recent ShowHN submissions shows that about a third of the submissions show medium to heavy design slop: https://slopcop.adriankrebs.ch/show How the scoring works: - A headless browser loads each site (Playwright) - A small in-page script analyzes the DOM and reads computed styles - Every pattern is a deterministic CSS or DOM check. There are false positives, but my manual QA run verified it’s maybe 5-10%. Is design slop bad? Not really, just uninspired. After all, the web was never about the fanciest design, and before the AI era, everything looked like Bootstrap. However, there is a difference between trying to craft your own design and just shipping with whatever defaults the LLMs output. And the same has been the case pre-LLM when using CSS/HTML templates. I guess people will get back to crafting beautiful design

Browse curated Midjourney sref codes organized by style for consistent AI image generation.
Midjourney Sref code 精选库 — 在 Midjourney 的 prompt 输入 `--sref xxx` ,可以固定生成某种特定风格的图片。这对很多人来说非常方便,不用写一堆效果词,只要记住几位数字就可以。但 `--sref xxx` 有大概 40 亿个,其中重复或者质量不佳的不在少数。因此做了一个网站把一些个人觉得不错的 sref code 收集起来并进行分类,方便新人或

Design anime characters with an AI that remembers your creations.
u/Desperate_Cherry2299 · Reddit
I built an anime character creator where the AI remembers your character — free beta, honest feedback wanted Solo project I've been shipping in small pieces: a browser anime character creator at https://milesenberg.com/animecreator/ The loop: design a character with instant vector-sketch feedback → generate the real AI artwork (Animagine XL via Replicate) → optionally give her a voice line. Free, works logged-out; an account just persists your gallery. The technically interesting part w

Chat with Jungian AI about dreams, moods, and relationships to build an evolving map of your inner patterns.
Jung Room — 不是聊完即忘的 AI 聊天,基于荣格分析心理学,从一个梦、一种情绪或一段关系困惑开始,把反复出现的内在模式沉淀为会谈笔记和一张持续生长、由用户掌控的内在地图

ClosOn helps you organize your wardrobe, understand each piece with AI, and get thoughtful outfit suggestions based on weather, occasion, perfumes, accessories, and your personal s
amir_khoshnevis · Product Hunt
ClosOn An AI styling companion for the wardrobe you already own

A strategic word game where you make many words with 1 letter per turn
sonOfHades · HN
A strategic word game where you make many words with 1 letter per turn

Turn photos into cross stitch patterns with DMC thread recommendations and PDF.
ooklwq · V2EX
我妈要把我家猫绣成十字绣,找不到合适的图纸工具,于是自己写了一个 起因:我妈绣了十几年十字绣,拿着我家猫的照片问我"这玩意能不能变成图纸"。找了一圈现成工具,不是要注册就是要订阅,导出还带水印,于是一怒之下自己撸了一个 → https://crossstitchpatternmaker.app 先说原理,免得显得像个套壳:照片降采样到网格 → 用 CIELAB 空间的 Delta-E 色距匹配到 454 个真实 DMC 线号 → 输出带符号和绞数估算的 PDF 。 技术栈:TanStack Start + Cloudflare Workers + D1/R2 。 但我妈嫌自动配色不如她手挑的线准。程序员 vs 一线业务用户,果然是普世矛盾。 欢迎拍砖,尤其是颜色匹配这块,总觉得还能再准一点,有大佬有相关图片转换算法的也欢迎分享讨论~