ComfyUI Extension: ComfyUI_TENSOR_ART

Authored by Tensor-Art

Created

Updated

4 stars

This project implements a set of custom nodes for ComfyUI, integrating some of the API interfaces provided by a/TAMS.

Custom Nodes (0)

    README

    ComfyUI_TENSOR_ART

    Read this in other languages: English, 中文

    This project implements a set of custom nodes for ComfyUI, integrating some of the API interfaces provided by TAMS.

    Supported Features

    • Usage of AITools on the TensorArt website.
    • Automatic recognition of parameters required by AITools.
    • Nodes automatically render required parameters, with special rendering for images and combo types for ease of use.

    Usage Steps

    1. Download the Project Locally

      • Clone the repository to the ./custom_nodes folder of your local ComfyUI installation:
        git clone [email protected]:Tensor-Art/ComfyUI_TENSOR_ART.git
        
      • The directory structure should look like this:
        ./ComfyUI/custom_nodes/ComfyUI_TENSOR_ART
        
      • Restart ComfyUI to load the custom nodes.
    2. Register an Application and Obtain an API Key

    3. Get the Current BaseUrl and API Key

      • image
    4. Create a Settings Node

      • Create a TA Settings node and fill in the BaseUrl and API Key obtained in step 3. image
    5. Create an AITools Node

      • Create a TA AITools node. image
    6. Get the AIToolsID from TensorArt

      • image
    7. Enter the AIToolsID into the Node

      • The node will automatically fetch the AITools content and render it. image
    8. Create an ExecuteNode to Link Nodes

      • image
    9. Execute and Wait for Results

      • image