- Controls the level of cross-feeding between the first and last image branch. This allows to preserve structures from the first image.
- A value of 0.0 disables crossfeeding.
- A value of 1.0 fully copies the latents from the first branch to the last.
## branch1_crossfeed_range
- Sets the duration of active crossfeed during development. High values enforce strong structural similarity.
- The value x ranges from [0,1], and the crossfeeding is deactivated after x*num_inference_steps steps
## branch1_crossfeed_decay
- Sets decay for branch1_crossfeed_power. Lower values make the decay stronger across the range
- The value x ranges from [0,1], and the branch1_crossfeed_power is decreased until the end of the branch1_crossfeed_range to a value of x*branch1_crossfeed_power
## parental_crossfeed_power
Similar to branch1_crossfeed_power, however applied for the images withinin the transition.
## parental_crossfeed_range
Similar to branch1_crossfeed_range, however applied for the images withinin the transition.
## parental_crossfeed_power_decay
Similar to branch1_crossfeed_decay, however applied for the images withinin the transition.