From 54fbc6402b1d1a9cc988ea8d0710340ade841459 Mon Sep 17 00:00:00 2001 From: Roger Condori <114810545+R3gm@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:45:01 +0000 Subject: [PATCH] docs: version 0.5.2 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d613a6f..be4b847 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The goal of this project is to make Stable Diffusion more accessible, simple and **Installation:** ``` -pip install stablepy==0.5.1 +pip install stablepy==0.5.2 ``` **Usage:** @@ -80,6 +80,12 @@ images[1] ``` **📖 New Update Details:** +🔥 Version 0.5.2: + +- Fixed an issue where errors occurred if PAG layers weren't turned off. +- Improved the generation quality for SDXL when using the Classic-variant prompt weight. +- Fixed a problem where special characters weren't handled correctly with the Classic prompt weight. + 🔥 Version 0.5.1: - After generation, PIL images are now returned along with sublists containing the seeds, image paths, and metadata with the parameters used in generation. `[pil_image], [seed, image_path, metadata]`