From 38699cf91011b8fd423fc78d071b3613889ca539 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Tue, 13 Dec 2022 13:50:39 -0500 Subject: [PATCH] Update Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c179bbf0d..ae6dac99a 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,12 @@ options: ## Change history +* 12/13 (v17) update: + - Added support for learning to fp16 gradient (experimental function). SD1.x can be trained with 8GB of VRAM. Specify full_fp16 options. +* 12/06 (v16) update: + - Added support for Diffusers 0.10.2 (use code in Diffusers to learn v-parameterization). + - Diffusers also supports safetensors. + - Added support for accelerate 0.15.0. * 12/05 (v15) update: - The script has been divided into two parts - Support for SafeTensors format has been added. Install SafeTensors with `pip install safetensors`. The script will automatically detect the format based on the file extension when loading. Use the `--use_safetensors` option if you want to save the model as safetensor.