mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 09:44:19 +01:00
cleanup, CLI no longer necessary since Zion + Aidan have https://github.com/LAION-AI/dalle2-laion and colab notebook going
This commit is contained in:
16
README.md
16
README.md
@@ -1067,26 +1067,12 @@ dataset = ImageEmbeddingDataset(
|
|||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Scripts (wip)
|
### Scripts
|
||||||
|
|
||||||
#### `train_diffusion_prior.py`
|
#### `train_diffusion_prior.py`
|
||||||
|
|
||||||
For detailed information on training the diffusion prior, please refer to the [dedicated readme](prior.md)
|
For detailed information on training the diffusion prior, please refer to the [dedicated readme](prior.md)
|
||||||
|
|
||||||
## CLI (wip)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ dream 'sharing a sunset at the summit of mount everest with my dog'
|
|
||||||
```
|
|
||||||
|
|
||||||
Once built, images will be saved to the same directory the command is invoked
|
|
||||||
|
|
||||||
<a href="https://github.com/lucidrains/big-sleep">template</a>
|
|
||||||
|
|
||||||
## Training CLI (wip)
|
|
||||||
|
|
||||||
<a href="https://github.com/lucidrains/stylegan2-pytorch">template</a>
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- [x] finish off gaussian diffusion class for latent embedding - allow for prediction of epsilon
|
- [x] finish off gaussian diffusion class for latent embedding - allow for prediction of epsilon
|
||||||
|
|||||||
Reference in New Issue
Block a user