ComfyUI Extension
ComfyUI-Puter.js
Custom node for ComfyUI that integrates Puter.js AI image generation directly into workflows with text-to-image and image-to-image support.
Meisoftcoltd/ComfyUI-Puter.js
Nodes—
On cloudLocal install
Stars0
Updated2 months ago
Readme
ComfyUI-Puter.js
A custom node for ComfyUI that integrates Puter.js AI image generation directly into your workflows.
Features
- Text-to-Image: Generate images from text prompts using various Puter.js models.
- Image-to-Image: Use an existing image as an input reference.
- Auto-Installation: Fully compatible with ComfyUI Manager for a plug-and-play setup.
- Gemini Support: Soporte total y optimizado para los modelos Gemini (incluyendo conversiones automáticas de formato).
Prerequisites
⚠️ IMPORTANT: Node.js is required ⚠️
Because Puter.js is a JavaScript library, this node relies on Node.js to function. You must have Node.js (version 18 or higher) installed on your system before using this node.
You can verify your installation by opening a terminal and running:
node -v
If you don't have it, download it from nodejs.org.
Installation
Method 1: Using ComfyUI Manager (Recommended)
- Install ComfyUI Manager.
- Look for
ComfyUI-Puter-Bridgeor add this repository URL directly. - The Manager will automatically download the node and install the required
@heyputer/puter.jsdependency usinginstall.py.
Method 2: Manual Installation
- Navigate to your ComfyUI
custom_nodesdirectory:cd ComfyUI/custom_nodes/ - Clone this repository:
git clone https://github.com/your-username/ComfyUI-Puter.js.git - Enter the newly created folder and install the dependencies:
cd ComfyUI-Puter.js npm install - Restart ComfyUI.
Usage
Once installed, you will find the Puter.js Image Generator node under the PuterAI category in ComfyUI. Connect its IMAGE output to a Save Image or Preview Image node.