We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ea08f commit 3a6cebeCopy full SHA for 3a6cebe
styles_csv_loader.py
@@ -39,7 +39,7 @@ def INPUT_TYPES(cls):
39
cls.styles_csv = cls.load_styles_csv(os.path.join(folder_paths.base_path, "styles.csv"))
40
return {
41
"required": {
42
- "styles": (list(style[0] for style in cls.styles_csv),),
+ "styles": (list(cls.styles_csv.keys()),),
43
},
44
45
}
0 commit comments