patch for comfy registry

pull/101/head
Alex "mcmonkey" Goodwin 2024-07-30 00:39:19 -07:00
parent 39eb786038
commit 30a77d87a1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
paths:
- "pyproject.toml"

View File

@ -1,7 +1,7 @@
[project]
name = "sd-dynamic-thresholding"
description = "Adds nodes for Dynamic Thresholding, CFG scheduling, and related techniques"
version = "1.0.0"
version = "1.0.1"
license = { file = "LICENSE.txt" }
[project.urls]