update replicate, remove unused examples

This commit is contained in:
Brett Kuprel
2022-07-13 09:31:37 -04:00
parent 4e7b3b2caf
commit 4350c643f5
12 changed files with 28 additions and 13 deletions
+2 -2
View File
@@ -192,12 +192,12 @@
"%%time\n",
"\n",
"text = \"Dali painting of WALL·E\" #@param {type:\"string\"}\n",
"intermediate_outputs = True #@param {type:\"boolean\"}\n",
"progressive_outputs = True #@param {type:\"boolean\"}\n",
"grid_size = 5 #@param {type:\"integer\"}\n",
"temperature = 2 #@param {type:\"slider\", min:0.01, max:3, step:0.01}\n",
"supercondition_factor = 16 #@param {type:\"number\"}\n",
"top_k = 256 #@param {type:\"integer\"}\n",
"log2_mid_count = 3 if intermediate_outputs else 0\n",
"log2_mid_count = 3 if progressive_outputs else 0\n",
"\n",
"image_stream = model.generate_image_stream(\n",
" text=text,\n",