Buttons or a whole node missing after an update? That is almost always a browser cache problem, not a broken install - see how to clear it below. Installed it from GitHub before? Run "Update Easy-Install", or repoint it once with
git remote set-url origin https://gitlab.com/pixaroma/ComfyUI-Pixaroma.git
3 Buttons or nodes missing? Clear the cache
If a node looks broken or its buttons and widgets are missing, it is almost always a browser cache problem - not a broken install. After an update your browser keeps serving the old node files. This can be stubborn and persistent, so work through the two steps below in order.
First - hard refresh
Reload ComfyUI while skipping the cached files: press Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac). Most of the time the missing buttons come straight back.
Still missing? - reload with the cache disabled
If a hard refresh did not fix it, force a clean reload with the browser developer tools open:
Press F12 to open the developer tools.
Click the Network tab.
Tick the Disable cache checkbox at the top of that tab.
Keep the tools open and refresh the page (Ctrl+Shift+R / Cmd+Shift+R).
The cache only stays off while the developer tools are open, so refreshing with them open is what forces a truly fresh copy. Once the buttons are back, press F12 again to close it.
Why this happens: the browser saves the JavaScript that draws each node so the page loads faster. After a node update that saved copy is out of date, and you see missing buttons until you force a clean reload.
4 Need help?
Stuck or found a bug? The community and I are happy to help.
Discord: for problems with the Pixaroma nodes, post in the #pixaroma-nodes channel.