Pedro Cuenca
commited on
Commit
•
3850341
1
Parent(s):
224969e
New section: related models in the hub.
Browse files
README.md
CHANGED
@@ -160,6 +160,11 @@ dataset = ImageDataset(image_list, image_size=256)
|
|
160 |
encoded_dataset = encode_dataset(dataset, batch_size=batch_size)
|
161 |
```
|
162 |
|
|
|
|
|
|
|
|
|
|
|
163 |
### Other
|
164 |
|
165 |
This model was successfully used as part of the implementation of [DALL·E mini](https://github.com/borisdayma/dalle-mini). Our [report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA) contains more details on how to leverage it in an image encoding / generation pipeline.
|
|
|
160 |
encoded_dataset = encode_dataset(dataset, batch_size=batch_size)
|
161 |
```
|
162 |
|
163 |
+
### Related Models in the Hub
|
164 |
+
|
165 |
+
* PyTorch version of VQGAN, trained on the same datasets described here: [boris/vqgan_f16_16384](https://huggingface.co/boris/vqgan_f16_16384).
|
166 |
+
* [DALL·E mini](https://huggingface.co/flax-community/dalle-mini), a Flax/JAX simplified implementation of OpenAI's DALL·E.
|
167 |
+
|
168 |
### Other
|
169 |
|
170 |
This model was successfully used as part of the implementation of [DALL·E mini](https://github.com/borisdayma/dalle-mini). Our [report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA) contains more details on how to leverage it in an image encoding / generation pipeline.
|