Commit History

%pip install
0954180

teticio commited on

fix install
100f39a

teticio commited on

add audio_diffusion_pipeline notebook
e94fc5c

teticio commited on

add requirements for training VAE
e97b301

teticio commited on

release to pypi
bf017fc

teticio commited on

make colab friendly
0f3ac5f

teticio commited on

remove requirements-lock.txt as it is out of date
af13674

teticio commited on

update models in readme
591ebec

teticio commited on

clarification
5ecf3c1

teticio commited on

added latent diffusion to notebook
a71fd34

teticio commited on

add colab link to app
1dfb040

teticio commited on

update apps to incude latent diffusion
8c2e759

teticio commited on

add n_iter to Mel and update test_mel notebook
c1e3d89

teticio commited on

add sample_rate and n_fft params
5bc60f9

teticio commited on

remove fnax parameter
c51d0e3

teticio commited on

remove debugging
8262033

teticio commited on

fixes for latent diffusion
59e49d0

teticio commited on

height and width wrong way round in reshape
b981ece

teticio commited on

remove unnecessary imports
e0ef439

teticio commited on

add attribution
f8a240c

teticio commited on

train latent dm with pre-trained vae from hf hub
af8111a

teticio commited on

add max_epochs arg
b3e97c5

teticio commited on

add max_epochs arg
a8d2b62

teticio commited on

add ddim option to apps
2b5d8ed

teticio commited on

update colab link
abb41ea

teticio commited on

added training notebook for colab
8bf6ce9

teticio commited on

log after x epochs, not after 1
1bb3e27

teticio commited on

handle tuple / list for resolutions
0463954

teticio commited on

resolution as list not tuple, add accelerate to req
2dddff0

teticio commited on

load audio and resample to specified sample rate
61d4556

teticio commited on

update version of diffusers
0e6916b

teticio commited on

fix for latest version of diffusers
07ba0fd

teticio commited on

add sample_rate parameter
d7aaca6

teticio commited on

added interpolation
6caf083

teticio commited on

fix audio logging for VAE
c5dcd04

teticio commited on

typos
4734cf5

Robert Smith commited on

typo
79e0fa9

Robert Smith commited on

Merge pull request #13 from twobob/patch-1
24f31a3
unverified

teticio commited on

Fix bottom slider
940551e
unverified

PsiPi commited on

tidy
e868325

teticio commited on

tidy
43ebb3b

Robert Smith commited on

added encode and slerp
f34a81b

teticio commited on

added DDIM model
d787bde

teticio commited on

fix for latent diffusion
08ddd40

teticio commited on

use gpu
034d18c

teticio commited on

different seed for latent and denoisng
fdc373f

teticio commited on

fix steps for DDIM
62617b3

teticio commited on

fix steps=None
37c17e0

teticio commited on

move sample_size out of pipeline
4033ea7

teticio commited on

move resolution specification to dataset generation
327bccf

teticio commited on