Skip to content

Commit 30a77d8

Browse files
committed
patch for comfy registry
1 parent 39eb786 commit 30a77d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- "pyproject.toml"
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sd-dynamic-thresholding"
33
description = "Adds nodes for Dynamic Thresholding, CFG scheduling, and related techniques"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
license = { file = "LICENSE.txt" }
66

77
[project.urls]

0 commit comments

Comments
 (0)