An open API service indexing awesome lists of open source software.

https://github.com/dennwc/gocomfy

ComfyUI client fo Go
https://github.com/dennwc/gocomfy

comfyui golang

Last synced: 2 months ago
JSON representation

ComfyUI client fo Go

Awesome Lists containing this project

README

          

# ComfyUI client for Go

This package provides API client for [ComfyUI](https://github.com/comfyanonymous/ComfyUI).

**Features:**
- Run arbitrary ComfyUI prompts.
- Type-safe graph constructors for builtin ComfyUI node types.
- Image upload and download. Handles cached images too!
- Prompt execution events.

## Example

See [cmd/gocomfy/text_to_image.go](./cmd/gocomfy/text_to_image.go).

# License

MIT