Currently, in demo mode users can not change the imageGen/imageEdit preset or its parameters. Demo machine admin's might want to have control over params, and which ones can be changed during interactive demo.
Approach 1:
- Specific imagegen and imageedit
json presets tuned for demo mode, that expose fewer params (is that correct?)
=> easier to implement, harder to maintain?
Approach 2:
- fine-grained control via some general
json, which options are modifyable and which ones aren't
=> easier to understand from the 'admin'-perspective without comfyui experience
Implementation:
- create demo-presets/
- as demo json exists, it fully overrides/replaces the other json
- no demo json exists, preset doesn't appear in UI
- otherwise no fancy deepmerging etc... => should be easy-to-communicate
- manually: copy files + replace
modifyable: true with false
Currently, in demo mode users can not change the imageGen/imageEdit preset or its parameters. Demo machine admin's might want to have control over params, and which ones can be changed during interactive demo.
Approach 1:
jsonpresets tuned for demo mode, that expose fewer params (is that correct?)=> easier to implement, harder to maintain?
Approach 2:
json, which options are modifyable and which ones aren't=> easier to understand from the 'admin'-perspective without comfyui experience
Implementation:
modifyable: truewithfalse