explanations of parameters in colab

This commit is contained in:
Brett Kuprel 2022-07-04 23:01:13 -04:00
parent 0dd8a29d07
commit 7e6bf89f10

8
min_dalle.ipynb vendored
View File

@ -137,7 +137,13 @@
"### Generate Images\n",
"Note: reduce the grid size if you run out of GPU memory. 4x4 has been tested to work on T4 and P100 (with intermediate_image_count = 1)\n",
"\n",
"A lower super-condition factor results in a wider variety of images but less agreement with the text"
"- `grid_size` Size of the image grid. 3x3 works best when displaying intermediate results. 4x4 has been tested to work on T4 and P100 with intermediate_image_count = 1 \n",
"\n",
"- `seed` Set the seed to a positive number for reproducible results\n",
"\n",
"- `intermediate_image_count` Set the number of intermediate images to show while running\n",
"\n",
"- `supercondition_factor` Lower results in a wider variety of images but less agreement with the text"
]
},
{