Small feedback form widget for ComfyUI workflows
Project description
comfyui-workflow-to-api
Small feedback form for ComfyUI workflows. Collects ratings and comments via a lightweight web UI.
Installation
pip install comfyui-workflow-to-api
Usage
comfyui-feedback --port 5000
Open http://localhost:5000 to see the form. Feedback is stored in feedback.json (JSON-lines).
API
POST /api/feedback— submit{"workflow_id", "rating", "comment"}GET /api/feedback— list all feedback entries
Python
from comfyui_workflow_to_api import create_app
app = create_app(storage_path="my_feedback.json")
app.run(port=8080)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file comfyui_workflow_to_api-0.1.0.tar.gz.
File metadata
- Download URL: comfyui_workflow_to_api-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f89f78655e4210d1e2a52f21107d6aa43a397b3b78d558ccfa14383b3ae56c8
|
|
| MD5 |
50018a7dc1c4adb385eefd5bfa95a760
|
|
| BLAKE2b-256 |
5d0513d59c8f4b77dfe37f22cbf4c0d33a6349bd9507d53e4df6ddeef05ebc70
|
File details
Details for the file comfyui_workflow_to_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: comfyui_workflow_to_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91243068d47e9a872714e5a2c89dfc8c72eae5c310b1e5a6db8742ae37d5043c
|
|
| MD5 |
a9942a616b4b6d664eca38eb67651f45
|
|
| BLAKE2b-256 |
b17f30838317e62335ae3b1e622a6a26be75f84e8ed931ec66da33b86141e461
|