generate_hyper3d_model_via_text
Generate a 3D model from a text description and import it into Blender with built-in materials. Optionally specify bounding box dimensions for length, width, height.
Instructions
Generate 3D asset using Hyper3D by giving description of the desired asset, and import the asset into Blender.
The 3D asset has built-in materials.
The generated model has a normalized size, so re-scaling after generation can be useful.
Parameters:
- text_prompt: A short description of the desired model in **English**.
- bbox_condition: Optional. If given, it has to be a list of floats of length 3. Controls the ratio between [Length, Width, Height] of the model.
Returns a message indicating success or failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_prompt | Yes | ||
| user_prompt | No | ||
| bbox_condition | No |