ComfyUI-Custom-Scripts icon indicating copy to clipboard operation
ComfyUI-Custom-Scripts copied to clipboard

Permanent image feed disabling

Open MortalSage opened this issue 1 year ago • 2 comments

I currently disable the image feed on every launch, because I don't need it and it takes up lots of window space. Can you add a default option "Minimized" for "Image Feed Location"?

Thank you.

MortalSage avatar Feb 10 '24 11:02 MortalSage

Once you close it, it will already remember the closed state Do you have your browser clearing all data on close or similar?

Last time this was raised, the problem was that the image feed wasnt from this repo but from comfy_mtb so can you please confirm the image feed is from this repo - there should NOT be a load session button if it is mine

pythongosssss avatar Feb 10 '24 13:02 pythongosssss

This is exactly my issue. My browser is set to not remember anything.

I tried to set an exception for comfy, but it didn't work. I also don't know what I would need to keep saved so the browser can remember.

This is why I'm currently looking for a solution that can save this options as default in the server, so that's why I asked if you could add an extra option.

I had neither mtb nor custom scripts installed before, but on comfyui repo, they said your repo could help, so I installed it. I think the feed has now a new "resize feed" button and I can't see "load session" on the feed.

Also, due to this, I finally have a tag autocomplete, which is very good.

MortalSage avatar Feb 11 '24 16:02 MortalSage

It's quite disappointing that there isn't an option to turn this off.

Just like @MortalSage, I also make sure to clear my browser cache when I exit (I prefer not to have meta and others tracking my online activities). For those who might find themselves in a similar situation, I've found a workaround by renaming the file to prevent the image feed from loading.

Here are the commands I used:

cd ComfyUI/custom_nodes/ComfyUI-Custom-Scripts/web/js
mv imageFeed.js imageFeed.js.old

steve-ttt avatar Jun 18 '24 07:06 steve-ttt

Why don't you please stop saving settings in the browser cache instead of using configuration files. For users like me, who use colab and a different URL each time, browser cache is useless.

Thank you

senendds avatar Jul 01 '24 18:07 senendds

You can now select "hidden" as an option in the settings

pythongosssss avatar Jul 14 '24 10:07 pythongosssss