Jonathan Fischoff
Jonathan Fischoff
I want to make another repo that can reference this repo and benchmark different commits against each other.
Diffusers added support for IP Adapter Face Id, so we should too
ThreadGroup assumes that the group could be unbounded, but many uses require threads groups to have a bound to control concurrency and resource exhaustion. I wrote a simple wrapper to...
Multi-item CAS or CASN is the basis for some interesting concurrent data structures. It would be nice if `atomic-primops` provides a CASN (or perhaps CAS2, CAS3 ... CAS10?). I took...
I don't see why this library writes to temp file as opposed to using a pipe with a call like this one: https://hackage.haskell.org/package/process-1.6.3.0/docs/System-Process.html#v:createPipe It seems like a pipe is more...
I've updated the code so it is compatible with the `StableVideoDiffusionPipeline`. It handles the 5 dimensional input and applies token merging to the temporal attention. Temporal attention is not a...
The documentation says ``` Similarly, if you want to use ControlNet or SDEedit, create a yaml config as in ``config/config_controlnet.yaml ``` Want should go in the `config/config_controlnet.yaml`. I tried to...
`lpips` returns a value `[0, 1]`. However, `elpips` returns negative numbers. Is that expected?