This function is called after processing ends for AlwaysVisible scripts. args contains all values returned by components from ui()
(self, p: StableDiffusionProcessing, processed, *args)
| 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 |
no outgoing calls
no test coverage detected