Welcome to the ComfyUI Captain Nodes repository! This collection of nodes enhances Captain—a desktop tool that allows you to run AI models locally on your computer. With Captain, you can quickly start applications, search data using natural language, and build custom AI apps, all while keeping your data private and offline.
Note
This set of nodes is compatible with a native ComfyUI installation
This package extends Captain's capabilities by providing specialized nodes for AI integration and utility functions, making it easier to harness powerful AI features directly on your desktop:
- Image to Base64: Converts images to Base64, facilitating easier image handling and storage.
- Join Text: Combines multiple text inputs into one string, simplifying data aggregation.
- Preview Text: Outputs a preview of the generated text and passes it through.
- OpenAI Chat: Integrates OpenAI’s conversational models to enable dynamic interactions with AI.
- OpenAI Image Analysis: Utilizes AI to analyze and interpret images, providing detailed insights and descriptions.
To install these nodes, open the integrated marketplace within the Captain application, search for "Captain Nodes", and download the package. A restart of Captain will be required upon completion to fully integrate the new nodes.
If you prefer to install the nodes manually or need to install them from a local source, follow these steps:
-
Locate the Captain Downloads Directory:
- Find the
custom_nodes
folder within Captain, typically located atC:\Users\<USERNAME>\AppData\Roaming\captain\Captain_Data\downloads\comfyui\custom_nodes
. This directory is persistent through updates and is the recommended location for placing custom nodes.
- Find the
-
Clone the Repository:
-
Open a terminal or command prompt and navigate to the
custom_nodes
directory:cd C:\Users\<USERNAME>\AppData\Roaming\captain\Captain_Data\downloads\comfyui\custom_nodes
-
Clone this repository into the
custom_nodes
directory:git clone https://github.com/blib-la/ComfyUI-Captain-Nodes.git
-
Ensure the cloned files are placed directly in the
custom_nodes
folder to be recognized by Captain. For example, the path should look like this:C:\Users\<USERNAME>\AppData\Roaming\captain\Captain_Data\downloads\comfyui\custom_nodes\ComfyUI-Captain-Nodes\install.py
.
-
For more detailed instructions and support, visit the official Captain documentation or the Captain GitHub repository.
Contributions are welcome! If you have suggestions or improvements, please fork the repository, create a pull request, or open an issue with the tag "enhancement".
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.