Skip to content

Demo mode config system #207

Description

@tnglemongrass

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions