Skip to content

Commit 9ebf395

Browse files
committed
chore: bump version to 0.6.5
1 parent 4beac83 commit 9ebf395

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The goal of this project is to make Stable Diffusion more accessible, simple and
66

77
**Installation:**
88
```
9-
pip install stablepy==0.6.4
9+
pip install stablepy==0.6.5
1010
```
1111

1212
**Usage:**
@@ -246,6 +246,10 @@ images[1]
246246

247247
**📖 New Update Details:**
248248

249+
🔥 **Version 0.6.5:**
250+
251+
- Fix FaceID Plus issue with PAG > 0.
252+
249253
🔥 **Version 0.6.4:**
250254

251255
- Text encoders, VAE, and image encoder are offloaded to the CPU if `partial_cpu_offload` is activated.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stablepy"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
description = "A tool for easy use of stable diffusion"
55
authors = ["Roger Condori(R3gm) <rocondoriflores@gmail.com>"]
66
readme = "README.md"

stablepy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.4"
1+
__version__ = "0.6.5"

0 commit comments

Comments
 (0)