MCPcopy Create free account
hub / github.com/CompVis/diff2flow / __init__

Method __init__

diff2flow/visualizer.py:66–67  ·  view source on GitHub ↗
(self, show_x1=False)

Source from the content-addressed store, hash-verified

64
65class T2IVisualizer:
66 def __init__(self, show_x1=False):
67 self.show_x1 = show_x1
68
69 def __call__(self, x0=None, x1=None, x1_pred=None):
70 if self.show_x1:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected