Piotr Szwach

Results 19 comments of Piotr Szwach

Or is there a node that lets you delay a few bars some chain?

I know it's the premise of live coding. But I want more control and variety over chains of music. Not possible to mute for 4 bars?

This is amazing! Thank you so much. I will test it tomorrow!

Hey! I checked this sample: ~t1: speed 2.0 >> seq 48 48 48 48 ~t2: speed 2.0 >> seq 72 72 ~p1: arrange ~t1 1 ~t2 1 ~t5: speed 2.0...

I started to use this lib yesterday and was also unable to download almost anything. Sometimes some keywords worked, but some simple ones like "city" did not succeed.

I did it differently after all. Using table view. On Sun, 20 Dec 2015 at 11:18 AM, LudaFuxPlaybuzz [email protected] wrote: > Did you succeed? > > — > Reply to...

Could you possibly just send the Audio Super Resolution model you used so that we don't have to download the dataset and train ourselves?

> @galfaroth Super-resolution and inpainting will be available this Friday. Thanks for your patience. No way!

Hey, I tried using the new method: ``` def upsample(original_filepath,text, duration, guidance_scale, random_seed, n_candidates, steps): waveform = super_resolution_and_inpainting(audioldm,text,original_filepath, seed=random_seed,ddim_steps=steps, duration=duration, batchsize=1, guidance_scale=guidance_scale, n_candidate_gen_per_text=int(n_candidates), time_mask_ratio_start_and_end=(1.0, 1.0), # no inpainting, freq_mask_ratio_start_and_end=(0.75, 1.0),...