Feature Request: Allow Inputs to Directly Connect to Outputs Within Subgraphs
Feature Idea
Oftentimes workflows will contain multiple K-Sampler nodes for different stages of sampling. If one wants to use the same sampler + scheduler along multiple different samplers, there is no easy way as of now to change them from one place. This issue, along with many other potential issues, could be solved by allowing an input within a subgraph to connect directly to the output (provided it also connects with a 'defining' input).
Existing Solutions
There is a custom workaround for this, but it is not saved properly when exporting your workflow. This means that others cannot easily use your workflow. A simple workflow where I showcase this feature is included below:
Other
No response
In fact, your request can already be done easily using Reroute node. See image below, there I did that for input "clip" to pass through directly to output via single Reroute connection.