Spaces:
Running
Running
fix: restore deleted paragraph
Browse files
dev/inference/inference_pipeline.ipynb
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"name": "DALL·E mini - Inference pipeline.ipynb",
|
7 |
"provenance": [],
|
8 |
"collapsed_sections": [],
|
9 |
-
"authorship_tag": "
|
10 |
"include_colab_link": true
|
11 |
},
|
12 |
"kernelspec": {
|
@@ -765,7 +765,7 @@
|
|
765 |
"colab_type": "text"
|
766 |
},
|
767 |
"source": [
|
768 |
-
"<a href=\"https://colab.research.google.com/github/borisdayma/dalle-mini/blob/
|
769 |
]
|
770 |
},
|
771 |
{
|
@@ -810,6 +810,17 @@
|
|
810 |
"execution_count": null,
|
811 |
"outputs": []
|
812 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
813 |
{
|
814 |
"cell_type": "code",
|
815 |
"metadata": {
|
|
|
6 |
"name": "DALL·E mini - Inference pipeline.ipynb",
|
7 |
"provenance": [],
|
8 |
"collapsed_sections": [],
|
9 |
+
"authorship_tag": "ABX9TyPHQNYm1iBkPW7HMJFkyrAp",
|
10 |
"include_colab_link": true
|
11 |
},
|
12 |
"kernelspec": {
|
|
|
765 |
"colab_type": "text"
|
766 |
},
|
767 |
"source": [
|
768 |
+
"<a href=\"https://colab.research.google.com/github/borisdayma/dalle-mini/blob/feat-tqdm/dev/inference/inference_pipeline.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
|
769 |
]
|
770 |
},
|
771 |
{
|
|
|
810 |
"execution_count": null,
|
811 |
"outputs": []
|
812 |
},
|
813 |
+
{
|
814 |
+
"cell_type": "markdown",
|
815 |
+
"metadata": {
|
816 |
+
"id": "phQ9bhjRkgAZ"
|
817 |
+
},
|
818 |
+
"source": [
|
819 |
+
"## Generate encoded images\n",
|
820 |
+
"\n",
|
821 |
+
"We generate prediction samples from a text prompt using `flax-community/dalle-mini` model."
|
822 |
+
]
|
823 |
+
},
|
824 |
{
|
825 |
"cell_type": "code",
|
826 |
"metadata": {
|