Skip to content

Commit f240b7e

Browse files
committed
Update release notes and bump version
1 parent 3dd8bea commit f240b7e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.12.0
2+
3+
- Schedulers list for KSampler (inspire) has been updated.
4+
- BREAKING CHANGE: To avoid confusion, following nodes have been renamed:
5+
SchedulerSelector -> SchedulerSelectorInspire
6+
SchedulerSelectorComfy -> SchedulerSelector
7+
SchedulerToString -> SchedulerInspireToString
8+
SchedulerComfyToString -> SchedulerToString
9+
110
# v1.11.1
211

312
- Place preview switch at the end

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-image-saver"
33
description = "Save images with generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
4-
version = "1.11.1"
4+
version = "1.12.0"
55
license = { file = "LICENSE" }
66
dependencies = ["piexif"]
77

0 commit comments

Comments
 (0)