Skip to content

Commit a16e835

Browse files
fix: readme
1 parent 514b8f7 commit a16e835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ mel_spectrogram = torch.randn(1, 2, 80, 1024) # [batch, in_channels, mel_channel
130130
sample = vocoder.sample(mel_spectrogram, num_steps=10) # Output has shape: [1, 2, 2**18]
131131
```
132132

133-
## Diffusion Autoencoder
133+
### Diffusion Autoencoder
134134
Autoencode audio into a compressed latent using diffusion. Any encoder can be provided as long as it subclasses the `EncoderBase` class or contains an `out_channels` and `downsample_factor` field.
135135
```py
136136
from audio_diffusion_pytorch import DiffusionAE, UNetV0, VDiffusion, VSampler

0 commit comments

Comments
 (0)