Fix: typo in node name "Stabiliy" => "Stability" (#91)

This commit is contained in:
Christian Byrne 2025-04-30 22:04:33 -07:00 committed by GitHub
parent 552bc92f7c
commit 1f5818aa00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,5 +156,5 @@ NODE_CLASS_MAPPINGS = {
# A dictionary that contains the friendly/humanly readable titles for the nodes
NODE_DISPLAY_NAME_MAPPINGS = {
"StabilityStableImageUltraNode": "Stabiliy Stable Image Ultra",
"StabilityStableImageUltraNode": "Stability Stable Image Ultra",
}