ComfyUI Extension: ComfyUI_TENSOR_ART

Authored by Tensor-Art

Created

Updated

17 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

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

Looking for a different extension?

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 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

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more