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 Jedrzej Kosinski
parent fbb1d16bda
commit d136063e8f

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",
}