Model Info Display:
The Sage_ModelInfoDisplay node is designed to present detailed information about a model in a user-friendly markdown format. This node is particularly useful for AI artists and developers who need to quickly access and understand the metadata associated with a model, such as its base model, version, and any relevant links. By leveraging Civitai details, the node provides a comprehensive overview that includes both local and potentially online information, making it easier to manage and utilize models effectively. The primary goal of this node is to enhance the accessibility and readability of model information, ensuring that users can make informed decisions without delving into technical specifics.
Model Info Display Input Parameters:
model_info
The model_info parameter is a critical input that provides the metadata about the model you wish to display. This parameter is expected to be of the ModelInfo type, which encapsulates various details about the model without requiring the actual model to be loaded. The information contained within this parameter can include the model's hash, file path, and other relevant metadata. It serves as the foundation for generating the markdown display, and its presence or absence directly impacts the output. There are no specific minimum, maximum, or default values for this parameter, but it should be a valid ModelInfo object to ensure accurate and meaningful output.
Model Info Display Output Parameters:
markdown_display
The markdown_display output parameter provides the formatted markdown text that contains the model's information. This output is designed to be easily readable and includes sections such as basic information about the model, its hash, file path, and status regarding Civitai information. The markdown format ensures that the information is presented in a structured and visually appealing manner, making it accessible to users who may not have a technical background. This output is crucial for users who need to document or share model details in a clear and concise format.
Model Info Display Usage Tips:
- Ensure that the
model_infoinput is correctly populated with valid metadata to get the most accurate and comprehensive markdown display. - Use the markdown output to document model details in project files or share with collaborators to maintain consistency and clarity in model management.
Model Info Display Common Errors and Solutions:
No model information available.
- Explanation: This error occurs when the
model_infoinput is either missing or does not contain valid data. - Solution: Verify that the
model_infoparameter is correctly set with a validModelInfoobject. Ensure that the metadata is complete and accurate.
No Civitai information available for this model.
- Explanation: This message indicates that the model's information could not be found on Civitai, possibly because it is a custom or private model, or the hash does not match any known entries.
- Solution: Check if the model is intended to be private or if it needs to be uploaded to Civitai. Ensure that the model's hash is correct and matches the expected entry on Civitai.
