Skip to content

Commit

Permalink
bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
damian0815 committed Aug 20, 2023
1 parent 32068b5 commit d15e883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "compel"
version = "2.0.2dev1"
version = "2.0.2"
authors = [
{ name="Damian Stewart", email="[email protected]" },
]
Expand Down

0 comments on commit d15e883

Please sign in to comment.