update replicate, remove unused examples
This commit is contained in:
Vendored
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user