From d15e883bbbfae5b3fbd8d60065aa330c99a662b4 Mon Sep 17 00:00:00 2001 From: Damian Stewart Date: Sun, 20 Aug 2023 17:10:11 +0200 Subject: [PATCH] bump version and update README --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7560c45..b2109fa 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ See https://github.com/damian0815/compel/issues/24 for more details. Thanks @ksh ## Changelog +#### 2.0.2 - fix for `pipeline.enable_sequential_cpu_offloading()` with SDXL models (you need to pass `device='cuda'` on compel init) + #### 2.0.1 - fix for [#45](https://github.com/damian0815/compel/issues/45) padding issue with SDXL non-truncated prompts and `.and()` ### 2.0.0 - SDXL Support diff --git a/pyproject.toml b/pyproject.toml index 18422f9..daa8e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "compel" -version = "2.0.2dev1" +version = "2.0.2" authors = [ { name="Damian Stewart", email="null@damianstewart.com" }, ]