Spaces:
Runtime error
add requirements for training VAE
Browse filesadd audio_diffusion_pipeline notebook
add audio_diffsion_pipeline
Revert "add audio_diffusion_pipeline notebook"
This reverts commit ffae7adbf0049c533560de3358c0a88b57989a85.
Revert "Merge branch 'main' of https://github.com/teticio/audio-diffusion"
This reverts commit 68e092a83067b2038e831276357aef47d4d1a3ff, reversing
changes made to f51147e3885372128a6ba2690cdaf03fcf1afab9.
Revert "add audio_diffsion_pipeline"
This reverts commit f51147e3885372128a6ba2690cdaf03fcf1afab9.
Revert "add audio_diffusion_pipeline notebook"
This reverts commit 4297824e3e008e07f6473fe1d6ec63cbac6058a5.
add audio_diffusion_pipeline notebook
add audio_diffusion_pipeline notebook
Revert "add audio_diffusion_pipeline notebook"
This reverts commit ffae7adbf0049c533560de3358c0a88b57989a85.
Revert "Merge branch 'main' of https://github.com/teticio/audio-diffusion"
This reverts commit 68e092a83067b2038e831276357aef47d4d1a3ff, reversing
changes made to f51147e3885372128a6ba2690cdaf03fcf1afab9.
Revert "add audio_diffsion_pipeline"
This reverts commit f51147e3885372128a6ba2690cdaf03fcf1afab9.
Revert "add audio_diffusion_pipeline notebook"
This reverts commit 4297824e3e008e07f6473fe1d6ec63cbac6058a5.
@@ -161,7 +161,7 @@ accelerate launch ...
|
|
161 |
#### Install dependencies to train with Stable Diffusion
|
162 |
|
163 |
```bash
|
164 |
-
pip install omegaconf pytorch_lightning
|
165 |
pip install -e git+https://github.com/CompVis/stable-diffusion.git@main#egg=latent-diffusion
|
166 |
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
167 |
```
|
|
|
161 |
#### Install dependencies to train with Stable Diffusion
|
162 |
|
163 |
```bash
|
164 |
+
pip install omegaconf pytorch_lightning==1.7.7 torchvision einops
|
165 |
pip install -e git+https://github.com/CompVis/stable-diffusion.git@main#egg=latent-diffusion
|
166 |
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
167 |
```
|