G
GetLLMs

Text-to-Voxel 3D Model Generator

Unleash your creativity with our Text-to-Voxel 3D Model Generator. Ready to experience the power of AI? Start your journey here!

Platform: Replicate
Text-to-Voxel3D Model GenerationVoxel Art
112 runs
A100 (80GB)
License Check Required

🚀Function Overview

A model that converts text prompts into MagicaVoxel VOX format 3D models with adjustable detail levels and resolutions using Flux and Hunyuan3D-2 pipelines.

Key Features

  • Text-to-3D model conversion
  • Adjustable detail levels (high/low)
  • Background removal toggle
  • Resolution control via octree settings
  • Fine-tuned parameters for Flux and Hunyuan components

Use Cases

  • Game asset creation
  • Voxel art generation
  • 3D prototyping from text descriptions
  • Educational visualization tools

⚙️Input Parameters

prompt

string

Prompt for generated image

detail_level

string

Detail level. High will try to generate a good high resolution voxel model, and low try to generate a good low resolution voxel model.

remove_background

boolean

Remove the background from the generated image. Useful to turn off if you want to generate a full voxel scene.

seed

integer

Random seed

num_inference_steps

integer

Number of inference steps for Flux

guidance

number

Guidance scale for Flux

prompt_strength

number

Prompt strength for img2img in Flux (only applicable if image is provided)

steps

integer

Number of inference steps for Hunyuan

guidance_scale

number

Guidance scale for Hunyuan

octree_resolution

integer

Octree resolution for Hunyuan

💡Usage Examples

Example 1

Input Parameters

{
  "seed": 1234,
  "steps": 50,
  "prompt": "A wizard in a purple robe and pointed hat, wielding a staff and casting a spell.",
  "guidance": 6,
  "detail_level": "high",
  "guidance_scale": 5.5,
  "prompt_strength": 0.8,
  "octree_resolution": 512,
  "remove_background": true,
  "num_inference_steps": 50
}

Output Results

https://replicate.delivery/yhqm/xvQwnQKEPm6tG5fynEefERcdXMukSMQSIF5kzXMTCQudMX3oA/a_wizard_in_a_purple_robe_and_pointed_hat_wielding.vox.glb
https://replicate.delivery/yhqm/J1LB7JM0szJ3LRDsxvP1yUPyViK4uw7r3AmUUSwjizpj56GF/a_wizard_in_a_purple_robe_and_pointed_hat_wielding_large.vox
https://replicate.delivery/yhqm/PApPmBt5FPqMCd7KmS9DCQol4fr8bfxYKI0E29jE1PzOmrbUA/a_wizard_in_a_purple_robe_and_pointed_hat_wielding_medium.vox
https://replicate.delivery/yhqm/I5RsuevdxRw4Sa1Mc2AyZ1d3bfshgrBcTpGObxaFAvaOmrbUA/a_wizard_in_a_purple_robe_and_pointed_hat_wielding_small.vox

Quick Actions

Technical Specifications

Hardware Type
A100 (80GB)
Run Count
112
Commercial Use
Unknown/Restricted
Platform
Replicate

Related Keywords

Text-to-3D model conversionAdjustable detail levelsGame asset creationVoxel art generation3D prototypingEducational visualizationBackground removalResolution control