MCPcopy Index your code
hub / github.com/XPixelGroup/DiffBIR / after_load_lq

Method after_load_lq

diffbir/inference/loop.py:151–152  ·  view source on GitHub ↗
(self, lq: Image.Image)

Source from the content-addressed store, hash-verified

149 yield lq
150
151 def after_load_lq(self, lq: Image.Image) -> np.ndarray:
152 return np.array(lq)
153
154 @torch.no_grad()
155 def run(self) -> None:

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected