Subscribe to one field, render nothing when the field is inactive in the current branch.
The graph form types value/meta from the graph's own registry:
graph
value
meta
<Controller graph={imageHub} name="cfgScale" render={({ value, meta }) => ...} />
Subscribe to one field, render nothing when the field is inactive in the current branch.
The
graphform typesvalue/metafrom the graph's own registry:<Controller graph={imageHub} name="cfgScale" render={({ value, meta }) => ...} />