Visit ComfyUI Online for ready-to-use ComfyUI environment
Visualize and save 3D mesh data in Flowty CRM, manage assets efficiently.
The CRMViewer node is designed to facilitate the visualization and saving of 3D mesh data within the Flowty CRM framework. This node is particularly useful for AI artists who need to inspect and manage 3D models generated by other nodes in the pipeline. By leveraging the CRMViewer, you can easily save your 3D meshes in different formats, such as .glb
or .obj
, depending on whether CUDA is used. This node ensures that your 3D assets are stored in an organized manner, making it easier to access and utilize them in subsequent stages of your creative workflow.
The mesh
parameter is a required input that represents the 3D mesh data you wish to visualize and save. This parameter expects a dictionary containing the mesh object and an optional cuda
flag. The cuda
flag indicates whether the mesh was generated using CUDA, which affects the file format used for saving. If cuda
is True
, the mesh will be saved as a .glb
file; otherwise, it will be saved as a .obj
file. This parameter is crucial for the node's execution as it determines the content and format of the output files.
This node does not produce any direct output parameters. Instead, it performs the action of saving the mesh files to the specified output directory and returns a UI-friendly dictionary containing metadata about the saved files.
mesh
parameter is correctly formatted as a dictionary with the necessary mesh data and optional cuda
flag.cuda
flag is set to True
, but CUDA is not available on your system.cuda
flag to False
to save the mesh in .obj
format.mesh
parameter does not contain the expected dictionary structure or is missing required data.mesh
parameter is correctly formatted and includes the necessary mesh object and optional cuda
flag. Ensure that the mesh data is valid and properly structured.© Copyright 2024 RunComfy. All Rights Reserved.