MCPcopy Create free account
hub / github.com/DenOfEquity/ersatzForge / process_before_every_sampling

Method process_before_every_sampling

modules/scripts.py:194–199  ·  view source on GitHub ↗

Similar to process(), called before every sampling. If you use high-res fix, this will be called two times.

(self, p, *args, **kwargs)

Source from the content-addressed store, hash-verified

192 pass
193
194 def process_before_every_sampling(self, p, *args, **kwargs):
195 """
196 Similar to process(), called before every sampling.
197 If you use high-res fix, this will be called two times.
198 """
199 pass
200
201 def process_batch(self, p, *args, **kwargs):
202 """

Callers 5

sampleMethod · 0.45
sample_hr_passMethod · 0.45
sampleMethod · 0.45
apply_refinerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected