Image-blaster:仅凭一张图片即可生成3D场景、特效和网格
阅读原文· github.comImage-blaster是一款开源工具,能够仅凭单张输入图片自动生成对应的3D场景、特效和网格模型。该项目已在GitHub平台发布,获得了开发者社区的关注,在Hacker News上收获了102个投票。这一技术简化了3D内容创作流程,有望降低相关领域的制作门槛。
image-blaster
image-blaster
Creates 3D environments, SFX, and meshes from a single image using Claude skills, World Labs, and FAL.
Can take you from an image to a fully meshed 3D environment in : target face count. IMAGE-BLASTER defaults to 50000; Hunyuan's API default is 500000.
--face-count
50000
500000
--enable-pbr true|false: enable PBR material generation. Defaults to true.
--enable-pbr true|false
true
--generate-type Normal|LowPoly|Geometry: Normal creates a textured model, LowPoly applies polygon reduction, and Geometry creates a white geometry-only model. Defaults to Normal.
--generate-type Normal|LowPoly|Geometry