`/history ` and `/view` API are slow.
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 153
Description
I've found that executing on the GUI and getting the image out is fast, but there is a lot of overhead in getting the generation history and downloading the image when using the API.
```
$ python .\comfy_websocket.py
Generate Time Cost: 2.36s
Get Generate History Time Cost: 2.04s
Download Time Cost: 4.13s
```
Contributor guide
Assessment
This issue has not been assessed yet.