diff --git a/min_dalle.ipynb b/min_dalle.ipynb index 55d4db1..107929d 100644 --- a/min_dalle.ipynb +++ b/min_dalle.ipynb @@ -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" ] }, {