forgot missing 2**
This commit is contained in:
Vendored
+1
-1
@@ -180,7 +180,7 @@
|
||||
"grid_size = 3 #@param {type:\"integer\"}\n",
|
||||
"seed = -1 #@param {type:\"integer\"}\n",
|
||||
"intermediate_image_count = 8 #@param [\"1\", \"2\", \"4\", \"8\", \"16\"] {type:\"raw\"}\n",
|
||||
"supercondition_factor = 16 #@param [\"2\", \"4\", \"8\", \"16\", \"32\", \"64\"] {type:\"raw\"}\n",
|
||||
"supercondition_factor = 8 #@param [\"2\", \"4\", \"8\", \"16\", \"32\", \"64\"] {type:\"raw\"}\n",
|
||||
"\n",
|
||||
"image_stream = model.generate_image_stream(\n",
|
||||
" text=text,\n",
|
||||
|
||||
Reference in New Issue
Block a user