Skip to content

Commit

Permalink
docs: version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gm committed Dec 1, 2024
1 parent d8ec318 commit 54fbc64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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]`
Expand Down

0 comments on commit 54fbc64

Please sign in to comment.