Skip to content

Commit

Permalink
Add slight adjustment to swf weight
Browse files Browse the repository at this point in the history
  • Loading branch information
regiellis committed Dec 1, 2024
1 parent a63b2ce commit 0b3ad8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
{name = "Regi E",email = "[email protected]"}
]
description = "Simple node to assits with prompting for Pony models"
version = "1.2.1"
version = "1.2.2"

license = { file = "LICENSE" }
dependencies = []
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def display(self, **kwargs) -> tuple:
)
)

kwargs["SFW"] and prompt_elements.append("(sfw:1.1),")
kwargs["SFW"] and prompt_elements.append("(sfw:1.2),")
kwargs.get("Prompt") and prompt_elements.append(kwargs["Prompt"])
kwargs.get("suffix") and prompt_elements.append(kwargs["suffix"])

Expand Down
2 changes: 1 addition & 1 deletion src/__versions__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "1.2.1"
__VERSION__ = "1.2.2"

0 comments on commit 0b3ad8e

Please sign in to comment.