MCPcopy Index your code
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / ordered_scripts

Method ordered_scripts

modules/scripts.py:817–818  ·  view source on GitHub ↗
(self, method_name)

Source from the content-addressed store, hash-verified

815 return callbacks
816
817 def ordered_scripts(self, method_name):
818 return [x.callback for x in self.ordered_callbacks(method_name)]
819
820 def before_process(self, p):
821 for script in self.ordered_scripts('before_process'):

Callers 15

before_processMethod · 0.95
processMethod · 0.95
before_process_batchMethod · 0.95
process_batchMethod · 0.95
postprocessMethod · 0.95
postprocess_batchMethod · 0.95
post_sampleMethod · 0.95
on_mask_blendMethod · 0.95
postprocess_imageMethod · 0.95

Calls 1

ordered_callbacksMethod · 0.95

Tested by

no test coverage detected