MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / C

Method C

diffsynth/extensions/FastBlend/patch_match.py:134–143  ·  view source on GitHub ↗
(self, n, m)

Source from the content-addressed store, hash-verified

132 return upd_nnf
133
134 def C(self, n, m):
135 # not used
136 c = 1
137 for i in range(1, n+1):
138 c *= i
139 for i in range(1, m+1):
140 c //= i
141 for i in range(1, n-m+1):
142 c //= i
143 return c
144
145 def bezier_step(self, nnf, r):
146 # not used

Callers 1

bezier_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected