File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33* ** NEXT MAIN**
44
5- * Stable Diffusion has standardized ** ` image ` instead of ` init_image ` for
6- all pipelines. Using ` init_image ` now shoes a deprecation warning and
7- will be removed in future.
8-
95 * ** ALL THE PIPELINES** . We no longer load a list of hard-coded pipelines
106 in ` init() ` . Instead, we init and cache each on first use (for faster
117 first calls on cold boots), and, * all* pipelines, both official diffusers
128 and community pipelines, are available.
139 [ Full details] ( https://banana-forums.dev/t/all-your-pipelines-are-belong-to-us/83 )
1410
11+ * Dreambooth: Enable ` mixed_precision ` training, default to fp16.
12+
13+ * [ Experimental] [ Runtime downloads] ( https://banana-forums.dev/t/runtime-downloads-dont-download-during-build/81/3 ) .
14+
15+ * S3: Add upload/download progress indicators.
16+
17+ * Stable Diffusion has standardized ** ` image ` instead of ` init_image ` for
18+ all pipelines. Using ` init_image ` now shoes a deprecation warning and
19+ will be removed in future.
20+
1521 * ** Changed ` sd-base ` to ` diffusers-api ` as the default tag / name used
1622 in the README examples and optional [ ./build] [ build script ] .
1723
You can’t perform that action at this time.
0 commit comments