
Make AI Comics With Consistent Characters — No Drawing Skills
用AI生成具一致人物的漫画,支持多种风格。
@yarnsaga · X
完整作品展
技术栈
60 projects

用AI生成具一致人物的漫画,支持多种风格。
@yarnsaga · X

用AI生成角色一致的插图故事书。
AI故事书生成器 — AI 生成故事书


在Croqui参考上用纹理织物笔刷创作时尚设计。
@KalkiTheEnd2 · X
Check out what I just built with Lovable!

通过种植路径和掷骰子来创作语言字段。
@whatinthefkinfk · X
just a link, minimal startup needed

扫描网站的AI设计模式,评分其设计的AI生成程度。
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

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

用AI设计动漫角色,系统记住你的创作。
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

与荣格AI分享梦、情绪或关系问题,记录内在模式,生成个人成长地图。
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

Letterphile是一款策略性文字游戏,每轮用一个字母创建多个单词。
sonOfHades · HN
A strategic word game where you make many words with 1 letter per turn

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