Skip to content

Commit 5825481

Browse files
committed
chore(changelog): mention some more previously undocumeted additions
1 parent 3e901ad commit 5825481

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
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

0 commit comments

Comments
 (0)