Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## [0.1.21] - 2026-08-21

### 馃殌 Features

- Support backend-specific max-vram budgets
- Flutter gui ([#119](https://github.com/newfla/diffusion-rs/pull/119))
- Add eager loading of parameters ([#120](https://github.com/newfla/diffusion-rs/pull/120))
- Krea2 & boogu preset support ([#121](https://github.com/newfla/diffusion-rs/pull/121))
- Add MiniT2I preset support and update related configurations ([#122](https://github.com/newfla/diffusion-rs/pull/122))
- Display hf file sizes in human readable format ([#124](https://github.com/newfla/diffusion-rs/pull/124))

### 馃悰 Bug Fixes

- Max vram default value on macos

### 鈿欙笍 Miscellaneous Tasks

- Bump stable-diffusion.cpp to master-827 ([#125](https://github.com/newfla/diffusion-rs/pull/125))

<!-- generated by git-cliff -->

## [0.1.20] - 2026-06-15

### 馃殌 Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["sys", "cli"]

[workspace.package]
authors = ["Flavio Bizzarri <fl.bizzarri@gmail.com>"]
version = "0.1.20"
version = "0.1.21"
edition = "2024"
license = "MIT"
repository = "https://github.com/newfla/diffusion-rs"
Expand All @@ -23,7 +23,7 @@ documentation = "https://docs.rs/diffusion-rs"
[dependencies]
chrono.workspace = true
derive_builder = "0.20.2"
diffusion-rs-sys = { path = "sys", version = "0.1.20" }
diffusion-rs-sys = { path = "sys", version = "0.1.21" }
hf-hub = { version = "1.0.0", default-features = false, features = [
"blocking",
] }
Expand Down
16 changes: 16 additions & 0 deletions sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.1.21] - 2026-08-21

### 馃殌 Features

- Support backend-specific max-vram budgets
- Add eager loading of parameters ([#120](https://github.com/newfla/diffusion-rs/pull/120))
- Krea2 & boogu preset support ([#121](https://github.com/newfla/diffusion-rs/pull/121))
- Add MiniT2I preset support and update related configurations ([#122](https://github.com/newfla/diffusion-rs/pull/122))
- Display hf file sizes in human readable format ([#124](https://github.com/newfla/diffusion-rs/pull/124))

### 鈿欙笍 Miscellaneous Tasks

- Bump stable-diffusion.cpp to master-827 ([#125](https://github.com/newfla/diffusion-rs/pull/125))

<!-- generated by git-cliff -->

## [0.1.20] - 2026-06-15

### 馃殌 Features
Expand Down
Loading