该项目是基于 FooocusAPI 的逻辑,对 Fooocus 在 ComfyUI 中的实现
This project is based on FooocusAPI, the implementation of Fooocus in ComfyUI.
和其他 Fooocus 在 ComfyUI 中的实现不同的是,该项目初衷是更方便的 API 调用,因此在使用上会相对繁琐。
Different from other implementations of Fooocus in ComfyUI, the original intention of this project is to make more convenient API calls, so it will be relatively cumbersome to use.
已知的问题:
- 生成图像的数量将始终为 1,指定的生成数量是将被忽略。
Known issues:
- The number of generated images will always be 1, and the specified number of generations will be ignored.
该项目是作为另一个暂未完成的项目 FooocusCluster 的一部分开发的,那是一个基于 Celery 的分布式队列系统,该项目以及 ComfyUI 会作为那个项目的后端 (worker) 存在。
This project is developed as a part of another unfinished project FooocusCluster, which is a distributed queue system based on Celery. This project and ComfyUI will be the backend (worker) of that project.