Skip to content

When processing a large number of requests, the SaveImage and LoadImage nodes may be IO-limited, and using shared memory improves performance by passing images only through memory access, not through IO.

License

Notifications You must be signed in to change notification settings

nat-chan/transceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transceiver📡

Please see comfyui-transceiver, the ComfyUI custom nodes binding of the "transceiver" library.

"transceiver" is a python library that swiftly exchanges fundamental data structures, specifically numpy arrays, between processes, optimizing AI inference tasks that utilize ComfyUI.

Why?

When processing a large number of requests, the SaveImage and LoadImage nodes may be IO-limited, and using shared memory improves performance by passing images only through memory access, not through IO.

Installation

The "transceiver" is indexed by PyPI. You can easily integrate it into any project.

pip install transceiver

Features

UNDER CONSTRUCTION

See core.py doc

About

When processing a large number of requests, the SaveImage and LoadImage nodes may be IO-limited, and using shared memory improves performance by passing images only through memory access, not through IO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages