yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
537 stars 34 forks source link

支持 TensortRT #225

Open cyberfantasy opened 1 week ago

cyberfantasy commented 1 week ago

首先非常感谢大佬的节点包,非常好用,是我构建工作流的首选。

目前官方也已经增加了对TensorRT的支持,社区也已经尝试实现对 Upscaler 的加速,可否在 easy use中增加相应功能,解决不同节点包之间输入输出不兼容的现象。目前我测试下来的结果,ComfyUI-Upscaler-Tensorrt 可以支持默认的 LoadImage 节点。

https://github.com/comfyanonymous/ComfyUI_TensorRT https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt/blob/master/__init__.py

image