Skip to content

Commit dd9b808

Browse files
authored
Create README.md
1 parent 8ded673 commit dd9b808

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# vqgan-jax
2+
[WIP] JAX implementation of [taming-transformers](https://github.com/CompVis/taming-transformers) VQGAN.
3+
4+
>(Note: For now this only consits of the `VQModel` for inference, the discriminatior, transformer and training scripts will be added later)
5+
6+
Use this [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1mdXXsMbV6K_LTvCh3IImRsFIWcKU5m1w?usp=sharing)
7+
to see how to use this model to encode and reconstruct images.

0 commit comments

Comments
 (0)