MCPcopy Create free account
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / postprocess

Method postprocess

modules/scripts.py:282–288  ·  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, processed, *args)

Source from the content-addressed store, hash-verified

280 pass
281
282 def postprocess(self, p, processed, *args):
283 """
284 This function is called after processing ends for AlwaysVisible scripts.
285 args contains all values returned by components from ui()
286 """
287
288 pass
289
290 def before_component(self, component, **kwargs):
291 """

Callers 2

postprocessMethod · 0.45
process_images_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected