
Transform Photos into AI Miniatur Figures | AI Miniatur
Generate collectible AI miniature figures from your photos with customization options.
AI miniatur — 将照片转换为 AI 手办模型
The full gallery
Tech stack
19 projects

Generate collectible AI miniature figures from your photos with customization options.
AI miniatur — 将照片转换为 AI 手办模型


Convert photos into videos using multiple AI models with motion controls and 4K output.
alexwang0707 · V2EX
AI 视频生成也太好使了,一个入口体验多个图生视频模型 如果平时会用图片转视频,很容易遇到一个问题:不同模型各有所长,同一张图在 Veo 、Kling 或 Seedance 里的效果可能完全不同。 为了对比结果,经常要在几个网站之间切换,重复上传素材、调整参数,整个过程比较割裂。 Image to Video AI 把 Veo 、Sora 、Kling 、Seedance 、Runway 等模型放到了同一个入口。上传 JPG 、PNG 或 WebP 图片,再写一句运动提示词,就能选择模型和画面比例生成视频。它还支持镜头平移、缩放、倾斜、首尾帧控制,以及最高 4K 、无水印 MP4 输出。 网站里有一些不同场景的生成案例,可以直接看看各类图片动起来后的效果。如果你也在测试图生视频模型,可以体验一下,也欢迎分享实际效果和踩坑经验。 https://imagestovideoai.com/

Generate architectural floor plans and 3D models with browser-based BIM tools and permitting workflow management.
@ronchampio · X

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。

Generate AI images from text or images and compare outputs across multiple models.
Seedream 5.0 Pro — 多模型 AI 图片工作台,支持文字生图、图片生图、复杂布局与多语言文字编辑

Benchmark AI models by having them animate a 3D banana plant's full lifecycle.
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.