generate_hyper3d_model_via_images
Create 3D models from images using Hyper3D, import them into Blender with built-in materials, and adjust scaling as needed. Supports image paths or URLs based on Hyper3D Rodin mode.
Instructions
Generate 3D asset using Hyper3D by giving images of the wanted asset, and import the generated 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:
- input_image_paths: The absolute paths of input images. Even if only one image is provided, wrap it into a list. Required if Hyper3D Rodin in MAIN_SITE mode.
- input_image_urls: The URLs of input images. Even if only one image is provided, wrap it into a list. Required if Hyper3D Rodin in FAL_AI mode.
- bbox_condition: Optional. If given, it has to be a list of ints of length 3. Controls the ratio between [Length, Width, Height] of the model.
Only one of {input_image_paths, input_image_urls} should be given at a time, depending on the Hyper3D Rodin's current mode. Returns a message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bbox_condition | No | ||
input_image_paths | No | ||
input_image_urls | No |