Skip to content

Commit ed9a0f8

Browse files
committed
added Invoke-StabilityAIImageModel for new model functionality
1 parent 423303f commit ed9a0f8

27 files changed

+1930
-816
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"COLORGUIDED",
2727
"DDIM",
2828
"DDPM",
29+
"denoising",
2930
"DPMPP",
3031
"Gruene",
3132
"HEUN",

docs/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.2.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.16.0]
8+
## [0.18.0] - **BREAKING CHANGES**
99

1010
- Module changes:
1111
- stability.ai
12-
- `Invoke-StabilityAIDiffusionModel` renamed to `Invoke-StabilityAIDiffusionXLModel`
12+
- `Invoke-StabilityAIDiffusionModel` renamed to `Invoke-StabilityAIDiffusionXLModel` - ***Breaking Change***
1313
- Updated help which had incorrect examples
1414
- `Height` parameter now defaults to 1024 if no user input is provided.
1515
- `Width` parameter now defaults to 1024 if no user input is provided.
16+
- Added `Invoke-StabilityAIImageModel` to support new models: `stability.stable-image-core-v1:0`, `stability.stable-image-ultra-v1:0`, `stability.sd3-large-v1:0`
1617
- Build changes:
1718
- Updated bootstrap AWS modules from `4.1.621` to `4.1.690`
1819

0 commit comments

Comments
 (0)