Gregor Adams
Gregor Adams
It still works for me but I'm not sure if my comfy is up to date. I can check, but: Since I shifted focus a while ago I'm not sure...
so basically, you want to predefine colors and then select from those instead of having to manually match?
those seem to be in the source of Liteggraph (that node library). So our extensions just do client side operations (no python and no file-system), which means that I could...
To give more info. It would likely happens here: https://github.com/blib-la/blibla-comfyui-extensions/blob/main/extensions/colors.js#L503-L542 something like ```js const storedColors = window.localStorage.getItem("blibla-storedColors"); const storedColorsArray = storedColors ? JSON.parse(storedColors) : []; for (const storedColor of storedColorsArray)...