把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
设计与多媒体
Image To 3d Asset
试用Turn a photo or a text prompt into a real 3D model: a textured mesh you can drop into a game engine, AR scene, or product viewer. Use when the user says "mak...
它能做什么
Produce a real 3D model from a single photo, a few photos, or a text description: a mesh with usable topology and PBR materials, returned as a **GLB file** that loads straight into a game engine, an AR scene, or a web viewer. The lever is a clean input (image-to-3D for fidelity, text-to-3D for inve…
技能文档
Image-to-3D asset
Produce a real 3D model from a single photo, a few photos, or a text description: a mesh with usable topology and PBR materials, returned as a GLB file that loads straight into a game engine, an AR scene, or a web viewer. The lever is a clean input (image-to-3D for fidelity, text-to-3D for invention) plus the topology and budget settings that match where the asset will be used.
Inputs to collect
- The reference image(s) if the user has them. One clean shot is enough, and up to four or five views of the same object improve fidelity. (Ask only if none provided and no prompt either.)
- Or a text description of the object when no reference exists: what it is, its shape, and what it's made of.
- Where the asset is used: game/real-time, AR, hero render, product viewer, or 3D print. This drives topology, polygon budget, and texture resolution.
- Will it be rigged or animated? Decides quad vs raw topology and whether to force a T/A pose.
Models
- Default: Rodin Gen-2 (
hyper3d:rodin@gen-2). Production-ready meshes, the richest control surface (mesh mode, polygon budget, HighPack 4K, T/A pose, PBR vs baked). Best general pick. - Cheaper/faster alt: Meshy-6 (
meshy:meshy@6). Clean geometry, low-poly and symmetry control, image-enhancement toggle. Good for volume and game assets. - Other strong picks: Hunyuan 3D 3.1 Pro (
tencent:hunyuan-3d@3.1-pro) and Tripo 3D v3.1 (tripo:v3.1@0). Both do image-to-3D and text-to-3D, with Tripo the lowest-cost tier. - Confirm the live model + its schema via
runware-models+runware-runbefore calling. Control fields differ per model, so never copy one model'ssettingsonto another without checking.
Workflow
- Resolve the model schema (
runware-run) and confirm the input field, thesettingsit allows, and that the model islive. - Provide the input. Image-to-3D goes under
inputs.images(URL, base64, data URI, or a UUID from a prior task or the Image Upload API). Text-to-3D goes underpositivePrompt. A request runs in one mode at a time. - Run
taskType: "3dInference"asynchronously. 3D generation takes time, so the call returns ataskUUID. PollgetResponseuntil it reports terminal. Do not block a single sync call on it. - Read the result at
outputs.files[].url, which is the GLB. Download it or hand the URL to a viewer. - Review the mesh (see Quality bar). If topology or budget is wrong for the target, adjust
settingsand rerun, don't post-process blindly.
Technique
- Image-to-3D for fidelity, text-to-3D for invention. When a reference exists, use it: it anchors the silhouette and surface to something concrete and the result is predictable. Reach for text-to-3D only for shapes you can describe but can't photograph.
- Isolate the subject. A clean reconstruction needs one object, evenly lit, on a plain background. Busy backgrounds or a second item in frame split the model's attention and the mesh comes back soft. Crop tight before sending.
- Lead multi-view sets with your best angle. Up to five images (Rodin) or four (Meshy) of the same object help, and the first image seeds the materials, so put the most representative, best-lit view first. Keep every view to the same subject, a turnaround, not a mix of objects.
- 2D art works too. Image-to-3D reconstructs from a flat illustration or concept art, giving the character a back it never showed. Simple, clearly-outlined art reconstructs more cleanly than busy or heavily-shaded drawings.
- Prompt for form, not photography. In text-to-3D, name the object, its overall shape, its style, and what it's made of. Skip the camera and lighting language that belongs in an image prompt, because you light and frame the mesh yourself. The more the asset matters, the more the prompt should say, a bare
"a chair"is invented from scratch. - Topology follows the downstream job. Quad-dominant topology deforms cleanly when rigged and subdivides for smoothing, so it's the default for anything that moves. Raw/triangulated is denser and more irregular, suited to static hero props or meshes you'll retopologize yourself.
- Match the budget to where the asset is seen. Faceted low-poly is right for background props and mobile, while smooth high-poly earns its weight on hero and close-up assets. See
runware-promptingfor writing the text-to-3D prompt itself.
Fill in this brief before building the request, then map each line to settings. quality and polyCount are mutually exclusive, so pick one.
Object:
Source:
Mesh mode:
Budget:
Materials:
Load references/examples.md for three worked recipes (photo-to-product, text-to-shape, low-poly game asset) with full requests and the GLB result shape.
Parameters that matter
inputs.imagesis the image-to-3D input. Rodin accepts up to 5, Meshy up to 4. First image seeds materials.positivePromptis the text-to-3D input. Meshy caps it at 600 characters. Mutually exclusive withinputs.images.- Rodin
settings.meshMode:Quad(default, rig/animate, subdivides cleanly) vsRaw(static/retopo, denser triangulated detail). Raw mode clears add-ons. - Rodin
settings.qualityXORsettings.polyCountare mutually exclusive, and sending both is a validation error. Presetshigh/medium/low/extra-lowmap to fixed face counts that depend on mesh mode. UsepolyCountfor a hard engine budget (Quad 1,000 to 200,000, Raw 500 to 1,000,000). - Rodin
settings.addons: ["HighPack"]gives ~16× face count and 4K textures (vs default 2K), Quad only, roughly triples cost. Reserve for hero assets and close-ups. - Rodin
settings.taPose: trueforces a neutral T/A pose for humanoids you'll rig. No effect on props or creatures. - Rodin
settings.material:PBR(default, relights correctly in engines) vsShaded(lighting baked into the texture, for viewers that won't relight) vsAll(both).settings.hdTextureraises texture quality independently. - Rodin
settings.useOriginalAlpha: trueuses a cutout's alpha as the silhouette instead of edge detection. Image input only. - Rodin
settings.boundingBox: [Y, Z, X]caps max dimensions so a set of props shares scale. - Meshy
settings.imageEnhancement: falseskips the photo cleanup pass for already-polished renders or stylized assets, so the model works from your image untouched. No effect in text-to-3D. seedfixes a result to reproduce or deliberately vary it (Rodin: 0 to 65535). Confirm exact field names and ranges against the live schema (runware-run), never guess.
Quality bar
- The result is a valid GLB at
outputs.files[].url, with the mesh and PBR materials packed together, that loads in your target engine/viewer. - The silhouette and surface match the reference (image-to-3D) or the described form (text-to-3D), with no melted or lumpy approximation.
- Topology fits the downstream job: Quad if it will be rigged or animated, Raw only for static or retopo-bound assets.
- Polygon budget suits where the asset is seen: low-poly for background/mobile, high-poly or HighPack only where close inspection earns it.
qualityandpolyCountwere not sent together. For rigged characters, a T/A pose was used.
Related skills
runware-run, runware-models, runware-prompting; product-photography (clean single-object reference shots that reconstruct well, or the same product across stills).
相关技能
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。
通过一个命令行工具完成多链加密货币交易、钱包管理与 AI 市场分析。
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
runware 的更多技能
浏览全部技能Generate 2D game art that stays visually consistent across a whole set: sprites, die-cut stickers, item icons, parallax pieces, and asset sheets. Use when th...
Generate spoken voiceover and narration from a script, one speaker, with control over emotion, pacing, and voice. Use when the user says "read this in a warm...
Improve image quality and resolution. Use when the user says "upscale this", "make it sharper / higher-res", "deblur", "denoise", "dehaze", "restore this old...
Turn images, video, audio, or documents into text. Use when the user says "what's in this image", "describe / caption this", "tag these photos", "read this d...
Generate images where the copy has to be exactly right: posters, packaging, ads, social graphics, UI mockups, menus, signage, infographics. Use when the user...
Fine-tune a reusable brand, style, or character model (a LoRA) from a small set of reference images, then generate on-brand imagery from any prompt. Use when...