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: workflow_dispatch:
push: push:
branches: branches:
- main - master
paths: paths:
- "pyproject.toml" - "pyproject.toml"

View File

@ -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]