From 7e6bf89f105abc927b416be81fb1c0cfb0f66e96 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 4 Jul 2022 23:01:13 -0400 Subject: [PATCH] explanations of parameters in colab --- min_dalle.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" ] }, {