Skip to content

ComfyUI Integration

Use Get3W models directly within ComfyUI for node-based AI workflows.

Installation

  1. Open ComfyUI Manager
  2. Search for "Get3W"
  3. Click Install

Or install manually:

bash
cd ComfyUI/custom_nodes
git clone https://github.com/get3w/comfyui-get3w.git
pip install -r comfyui-get3w/requirements.txt

Setup

  1. Get your API key from get3w.com/accesskey
  2. In ComfyUI, go to SettingsGet3W
  3. Enter your API key

Available Nodes

NodeDescription
Get3W RunRun any Get3W model
Get3W UploadUpload files for use as model inputs
Get3W Text2ImageGenerate images from text prompts
Get3W Img2VideoAnimate images into video
Get3W UpscaleEnhance image resolution

Example Workflow

  1. Add a Get3W Text2Image node
  2. Connect a text prompt
  3. Set model to get3w/flux-dev
  4. Connect the output to a Preview Image node
  5. Run the workflow

Next Steps

Released under the MIT License.