Skip to content

drifting-in-space/wirebind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wirebind

Wirebind is currently an early preview! Don't use it for production things, but feel free to poke around, and open issues if you find bugs or have ideas.

Javascript Tests Python Tests

Wirebind is a reactive data binding library built on top of WebSockets. With Wirebind, your application can interact with state as if it were local and have it seamlessly synchronized across the network.

Wirebind is a language-agnostic protocol built as an extension of CBOR (RFC 8949). It is language-agnostic. Currently, libraries exist for Python and JavaScript.

Demo

This demo (located in /demos/stable-diffusion) shows a Stable Diffusion interface built with Wirebind. Wirebind makes it easy to stream back progress snapshots, and to change weights even while inference is running.

Untitled.mov