MCPcopy Index your code
hub / github.com/vladmandic/sdnext / postprocess

Method postprocess

modules/scripts_manager.py:183–188  ·  view source on GitHub ↗

This function is called after processing ends for AlwaysVisible scripts. args contains all values returned by components from ui()

(self, p: StableDiffusionProcessing, processed, *args)

Source from the content-addressed store, hash-verified

181 pass # pylint: disable=unnecessary-pass
182
183 def postprocess(self, p: StableDiffusionProcessing, processed, *args):
184 """
185 This function is called after processing ends for AlwaysVisible scripts.
186 args contains all values returned by components from ui()
187 """
188 pass # pylint: disable=unnecessary-pass
189
190 """
191 # script can define two methods below, they are not defined by default to skip unnecessary calls for scripts that don't need this functionality

Callers 15

vae_postprocessFunction · 0.45
process_images_innerFunction · 0.45
process_baseFunction · 0.45
process_hiresFunction · 0.45
postprocessMethod · 0.45
run_postprocessingFunction · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected