Spaces:
Running
Running
doc: update README
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ pinned: false
|
|
10 |
|
11 |
# DALL·E Mini
|
12 |
|
|
|
|
|
13 |
_Generate images from a text prompt_
|
14 |
|
15 |
<img src="img/logo.png" width="200">
|
@@ -63,17 +65,27 @@ Trained models are on 🤗 Model Hub:
|
|
63 |
|
64 |
The "armchair in the shape of an avocado" was used by OpenAI when releasing DALL·E to illustrate the model's capabilities. Having successful predictions on this prompt represents a big milestone to us.
|
65 |
|
66 |
-
## Authors
|
|
|
|
|
67 |
|
68 |
- [Boris Dayma](https://github.com/borisdayma)
|
69 |
- [Suraj Patil](https://github.com/patil-suraj)
|
70 |
- [Pedro Cuenca](https://github.com/pcuenca)
|
|
|
|
|
|
|
71 |
- [Khalid Saifullah](https://github.com/khalidsaifullaah)
|
72 |
- [Tanishq Abraham](https://github.com/tmabraham)
|
73 |
- [Phúc Lê Khắc](https://github.com/lkhphuc)
|
74 |
- [Luke Melas](https://github.com/lukemelas)
|
75 |
- [Ritobrata Ghosh](https://github.com/ghosh-r)
|
76 |
|
|
|
|
|
|
|
|
|
|
|
77 |
## Acknowledgements
|
78 |
|
79 |
- 🤗 Hugging Face for organizing [the FLAX/JAX community week](https://github.com/huggingface/transformers/tree/master/examples/research_projects/jax-projects)
|
|
|
10 |
|
11 |
# DALL·E Mini
|
12 |
|
13 |
+
[![Join us on Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/xBPBXfcFHd)
|
14 |
+
|
15 |
_Generate images from a text prompt_
|
16 |
|
17 |
<img src="img/logo.png" width="200">
|
|
|
65 |
|
66 |
The "armchair in the shape of an avocado" was used by OpenAI when releasing DALL·E to illustrate the model's capabilities. Having successful predictions on this prompt represents a big milestone to us.
|
67 |
|
68 |
+
## Authors & Contributors
|
69 |
+
|
70 |
+
### Main Authors
|
71 |
|
72 |
- [Boris Dayma](https://github.com/borisdayma)
|
73 |
- [Suraj Patil](https://github.com/patil-suraj)
|
74 |
- [Pedro Cuenca](https://github.com/pcuenca)
|
75 |
+
|
76 |
+
### Other Members of dalle-mini team during FLAX/JAX community week
|
77 |
+
|
78 |
- [Khalid Saifullah](https://github.com/khalidsaifullaah)
|
79 |
- [Tanishq Abraham](https://github.com/tmabraham)
|
80 |
- [Phúc Lê Khắc](https://github.com/lkhphuc)
|
81 |
- [Luke Melas](https://github.com/lukemelas)
|
82 |
- [Ritobrata Ghosh](https://github.com/ghosh-r)
|
83 |
|
84 |
+
### Contributing
|
85 |
+
|
86 |
+
Join the community on the [DALLE-Pytorch Discord](https://discord.gg/xBPBXfcFHd).
|
87 |
+
Any contribution is welcome, from reporting issues to proposing fixes/improvements or testing the model on cool prompts!
|
88 |
+
|
89 |
## Acknowledgements
|
90 |
|
91 |
- 🤗 Hugging Face for organizing [the FLAX/JAX community week](https://github.com/huggingface/transformers/tree/master/examples/research_projects/jax-projects)
|