lichin-lin / draw-fast-twice

linked list tldraw + LCM model (realtime stable diffusion)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cover

draw fast

This is a fun exploration project I built during Tldraw hack night 🧑‍💻 the purpose of this hack night is to try out different ideas about LCM, a realtime stable diffusion model, on the 2D Canvas.

Draw fast twice is a concpet about making the linked list or a pipeline where we can pass the result from a frame down to the next frame (as the input)!

Just...

npm install
npm run dev

Troubleshooting

Since this is a proof of concept built in 1 hour, you might encounter some unexpected behavior (for example somehow the pipeline stop). The simplest way to fix that is: Select All(with hotkey cmd+a) > Delete > Refresh the page

About

linked list tldraw + LCM model (realtime stable diffusion)


Languages

Language:TypeScript 94.6%Language:CSS 4.2%Language:JavaScript 1.3%