patch for comfy registry
parent
39eb786038
commit
30a77d87a1
|
|
@ -3,7 +3,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sd-dynamic-thresholding"
|
name = "sd-dynamic-thresholding"
|
||||||
description = "Adds nodes for Dynamic Thresholding, CFG scheduling, and related techniques"
|
description = "Adds nodes for Dynamic Thresholding, CFG scheduling, and related techniques"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
license = { file = "LICENSE.txt" }
|
license = { file = "LICENSE.txt" }
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue