MCPcopy Create free account
hub / github.com/KohakuBlueleaf/LyCORIS / bypass_forward

Method bypass_forward

lycoris/modules/base.py:418–419  ·  view source on GitHub ↗
(self, x, scale=1)

Source from the content-addressed store, hash-verified

416 self._apply_merged_weights(ctx, weight, bias)
417
418 self._restore_merge_context(ctx)
419
420 def onfly_merge(self, multiplier=1.0):
421 if self.not_supported:
422 return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected