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
- Host: GitHub
- URL: https://github.com/dennwc/gocomfy
- Owner: dennwc
- License: mit
- Created: 2024-06-21T20:31:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T20:32:16.000Z (over 1 year ago)
- Last Synced: 2025-02-14T04:51:47.083Z (11 months ago)
- Topics: comfyui, golang
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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