ComfyUI Integration
Use Get3W models directly within ComfyUI for node-based AI workflows.
Installation
- Open ComfyUI Manager
- Search for "Get3W"
- 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.txtSetup
- Get your API key from get3w.com/accesskey
- In ComfyUI, go to Settings → Get3W
- Enter your API key
Available Nodes
| Node | Description |
|---|---|
| Get3W Run | Run any Get3W model |
| Get3W Upload | Upload files for use as model inputs |
| Get3W Text2Image | Generate images from text prompts |
| Get3W Img2Video | Animate images into video |
| Get3W Upscale | Enhance image resolution |
Example Workflow
- Add a Get3W Text2Image node
- Connect a text prompt
- Set model to
get3w/flux-dev - Connect the output to a Preview Image node
- Run the workflow
Next Steps
- How to Generate an Image — Step-by-step image generation
- REST API — Direct API access