Extensions/ComfyUI_TENSOR_ART
ComfyUI Extension

ComfyUI_TENSOR_ART

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

By Tensor-Art·Created about a year ago·Updated 5 months ago· 17
Tensor-Art/ComfyUI_TENSOR_ART
Nodes
On cloudLocal install
Stars17
Updated5 months ago
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 Go to the settings page, find TensorArt.Settings, and enter the BaseUrl and ApiKey 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