Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download. - comfyui-tooling-nodes/krita.py at main · Acly/comfyui-tooling-nodes
Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download. - comfyui-tooling-nodes/pyproject.toml at main · Acly/comfyui-tooling-nodes
123云盘为您提供comfyui-tooling-nodes-main.zip最新版正式版官方版绿色版下载,comfyui-tooling-nodes-main.zip安卓版手机版apk免费下载安装到手机,支持电脑端一键快捷安装
Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download. - comfyui-tooling-nodes/nsfw.py at main · Acly/comfyui-tooling-nodes
Breadcrumbs comfyui-tooling-nodes / translation.pyTop File metadata and controls Code Blame 115 lines (88 loc) · 3.47 KB Raw """Text translation using Argos Translate. The node takes text input and translates it to English. The text may contain any number of language directives in the for...
Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion2pyproject.toml Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ [project] name="comfyui-tooling-nodes" description="Provides nodes and server API extensions geared towards using ComfyUI as...
nodes.py nsfw.py pyproject.toml region.py requirements.txt tile.py translation.py Breadcrumbs comfyui-tooling-nodes / requirements.txt Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 2 lines (2 loc) · 61 Bytes Raw # Optional, ...
Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download. - comfyui-tooling-nodes/tile.py at main · Acly/comfyui-tooling-nodes
Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download. - Add text translation node & API · Acly/comfyui-tooling-nodes@547c3d5
Provides nodes and API geared towards using ComfyUI as a backend for external tools. ## Nodes for sending and receiving images ## Sending and receiving images ComfyUI exchanges images via the filesystem. This requires a multi-step process (upload images, prompt, download images), is rather @...