ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Potential a slip of a pen: store settings in server while using single-user mode?

Open Hanmo123 opened this issue 1 year ago • 0 comments

Expected Behavior

Settings should be stored in localstorage when using single-user mode

Actual Behavior

Backend never let frontend store settings in localstorage

Steps to Reproduce

none

Debug Logs

none

Other

I noticed that frontend of ComfyUI supports store settings in localstorage(browser mode in comfyui's definations), however, i did not find any cases that backend let frontend use localstorage mode.

I suppose this may be a slip of a pen: settings should be stored in localstorage when using single-user mode, if not, if one user change his settings, this will be applied to all users' behaviours, may be unreasonable.

If this is comfirmed to be a small error, i have committed some changes.

Hanmo123 avatar Aug 07 '24 06:08 Hanmo123