This repository sets up the groundwork for integrating the KIE Nano Banana Pro API into ComfyUI custom nodes.
- Place this repository inside your
ComfyUI/custom_nodesdirectory (clone or copy). - Restart ComfyUI so it discovers the node package.
- Copy
config/kie_key.example.txttoconfig/kie_key.txt. - Paste your KIE API key into
config/kie_key.txt(this file is gitignored). - Keep the key file alongside the repo so future nodes can read it.
- Placeholder for upcoming node descriptions and usage once implementation lands
- Custom ComfyUI nodes for KIE / Nano Banana Pro.
- Repo is structured as a Python package (relative imports required).
- All API endpoints and enums are pinned in docs/ — do not guess values.
- Image uploads capped at 8 references per request.
- Credit checks are advisory (fail only when credits <= 0).
- Logging is console-based (toggle via node input). .