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.
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
-
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.
- Clone the repository to the
-
Register an Application and Obtain an API Key
- Go to the application page to create an application and generate a key.
- Go to the application page to create an application and generate a key.
-
Get the Current BaseUrl and API Key
-
Create a Settings Node Go to the settings page, find TensorArt.Settings, and enter the BaseUrl and ApiKey obtained in Step 3.
-
Create an AITools Node
- Create a TA AITools node.
- Create a TA AITools node.
-
Get the AIToolsID from TensorArt
-
Enter the AIToolsID into the Node
- The node will automatically fetch the AITools content and render it.
- The node will automatically fetch the AITools content and render it.
-
Create an ExecuteNode to Link Nodes
-
Execute and Wait for Results