ByteDance Create Image Asset:
The ByteDanceCreateImageAsset node is designed to facilitate the creation and registration of personal image assets within the Seedance 2.0 platform. This node allows you to upload an image and register it as a personal asset in a specified asset group. If no group ID is provided, the node initiates a real-person H5 authentication process to create a new group, ensuring that the asset is associated with the correct individual. This functionality is particularly beneficial for users who wish to manage their digital assets efficiently, as it streamlines the process of asset registration and group management. By leveraging this node, you can ensure that your image assets are securely stored and easily accessible within the Seedance ecosystem.
ByteDance Create Image Asset Input Parameters:
image
This parameter represents the image you wish to register as a personal asset. The image must meet specific dimension requirements, with a minimum width and height of 300 pixels and a maximum of 6000 pixels. Additionally, the aspect ratio of the image should be between 0.4:1 and 2.5:1. These constraints ensure that the image is suitable for registration and display within the Seedance platform.
group_id
The group_id parameter allows you to specify an existing Seedance asset group ID to associate the image with. By providing a group ID, you can bypass the repeated human verification process for the same person, streamlining the registration process. If left empty, the node will initiate a real-person authentication process in the browser to create a new group, ensuring that the asset is correctly associated with the individual.
ByteDance Create Image Asset Output Parameters:
asset_id
The asset_id is a unique identifier assigned to the registered image asset. This ID is crucial for managing and retrieving the asset within the Seedance platform, allowing you to easily access and utilize the image in future projects or applications.
group_id
The group_id output provides the ID of the asset group to which the image has been registered. This ID is essential for organizing and managing your assets within the Seedance ecosystem, enabling you to keep track of which assets belong to which group.
ByteDance Create Image Asset Usage Tips:
- Ensure that your image meets the specified dimension and aspect ratio requirements to avoid errors during the registration process.
- If you frequently register assets for the same individual, consider using an existing group_id to streamline the process and avoid repeated authentication steps.
ByteDance Create Image Asset Common Errors and Solutions:
Image dimensions out of range
- Explanation: The image you are trying to register does not meet the required dimension constraints.
- Solution: Adjust the image dimensions to be within the 300x300 to 6000x6000 pixel range before attempting to register it again.
Invalid aspect ratio
- Explanation: The aspect ratio of the image is not within the acceptable range of 0.4:1 to 2.5:1. - Solution: Modify the image to fit within the specified aspect ratio range and try registering it again.
Group ID not found
- Explanation: The provided group_id does not exist or is incorrect.
- Solution: Verify the group_id for accuracy or leave it empty to create a new group through the authentication process.
