David Löwenfels

Results 25 comments of David Löwenfels

I'm interested in this feature, and potentially helping out with integration. Spleeter README claims it can run 4 stems 100x faster-than-realtime on a GPU. I think what other DJ software...

yup, happens to me too on Snow Leopard. I recommend using ffi-coremidi even when using JRuby on mac... jruby-1.6.7 :002 > RUBY_PLATFORM => "java" jruby-1.6.7 :003 > `uname` => "Darwin\n"...

I'd like to add some custom sample-based effects (filter, delay, reverb, etc) into my audio chain. It would be awesome if there was a function that I could override to...

What I need is the buffers to be exposed for transformation before streaming. ``` class Effect def initialize( samplerate ) ... end def clear! ... end def process( sample )...

I hope this happens soon... there are some nice things that Gradio 4 can do that v3 can't.

I have attempted this but need a little help finishing it! https://github.com/jabir-zheng/TCD/issues/7

I have this working pretty well with a modified Euler A sampler: https://github.com/dfl/comfyui-tcd-scheduler however AFAICT the reference diffusers implementation uses modified DDPM. I haven't yet figured out how to properly...

someone asked about an img2img workflow... are there any extant nodes to extend this for img2img without rewriting the native KSampler? Also opened up the question of how TCD might...

Native KSampler does not support extra parameters like TCD’s Gamma.

apologies I wasn't able to run the test suite locally 🙇‍♂️ had a bunch of dependency issues on my mac hoping maybe someone can take this and run with it?