From d7acc2468fbdfc5a2b6b7df5e431038b63c59ddc Mon Sep 17 00:00:00 2001 From: Tran Xen <137925069+glucauze@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:27:32 +0200 Subject: [PATCH] fix minor bug, add info in swapper --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ec8ec..1dd1edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.1 : + +Add GPU support option : see https://github.com/glucauze/sd-webui-faceswaplab/pull/24 + # 1.2.0 : This version changes quite a few things. @@ -18,10 +22,14 @@ Bug fixes : In terms of the API, it is now possible to create a remote checkpoint and use it in units. See the example in client_api or the tests in the tests directory. +See https://github.com/glucauze/sd-webui-faceswaplab/pull/19 + # 1.1.2 : + Switch face checkpoint format from pkl to safetensors +See https://github.com/glucauze/sd-webui-faceswaplab/pull/4 + ## 1.1.1 : + Add settings for default inpainting prompts