audio-diffusion / scripts

Commit History

add datasets>=2.9.0 requirement
507b852

teticio commited on

replacing fs for load_from_disk with storage_options
960050d
unverified

Steve commited on

remove deprecated averaged_model
7bd9ee1

teticio commited on

add conditional training
f29faf1

teticio commited on

fix when save_model_epochs != save_images_epochs
fdb8eec

teticio commited on

add missing pathlib import
eef3fb2

teticio commited on

migrate to diffusers!
8a3fb2e

teticio commited on

temporary patch
52ca0bd

teticio commited on

remove unnecessary check
29c19d2

teticio commited on

get ready for migration to diffusers
f30235e

teticio commited on

add sample_rate and n_fft params
5bc60f9

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

added training notebook for colab
8bf6ce9

teticio commited on

log after x epochs, not after 1
1bb3e27

teticio commited on

fix for latest version of diffusers
07ba0fd

teticio commited on

add sample_rate parameter
d7aaca6

teticio commited on

fix audio logging for VAE
c5dcd04

teticio commited on

move resolution specification to dataset generation
327bccf

teticio commited on

Merge branch 'main' of https://github.com/AI-Guru/audio-diffusion into AI-Guru-main
e3b5a6d

teticio commited on

update readme
01c4a98

teticio commited on

Enables non square mel spectrograms
1b5fc25

TristanBehrens commited on

get working for monochrome
529c646

teticio commited on

take channels into account
4f552a8

teticio commited on

take channels into account
13aa297

teticio commited on

handle steps correctly
1ef9d1c

teticio commited on

various fixes
2561128

teticio commited on

fixes
21c77d0

teticio commited on

update readme
d122744

teticio commited on

fix pipelines
96e542f

teticio commited on

tidy
001a426

teticio commited on

fix progress bar
399a445

teticio commited on

update train_unconditional for latent diffusion
f15cb42

teticio commited on

update train_unconditional for latent diffusion
8f292f9

teticio commited on

merge with diffusers latest version
9a9737e

teticio commited on

added vae notebook
7aaaf62

teticio commited on

convert to hf model
8aa7c27

teticio commited on