Called after the samples have been generated, but before they have been decoded by the VAE, if applicable. Check getattr(samples, 'already_decoded', False) to test if the images are decoded.
(self, p, ps: PostSampleArgs, *args)
| 248 | pass |
| 249 | |
| 250 | def post_sample(self, p, ps: PostSampleArgs, *args): |
| 251 | """ |
| 252 | Called after the samples have been generated, |
| 253 | but before they have been decoded by the VAE, if applicable. |
| 254 | Check getattr(samples, 'already_decoded', False) to test if the images are decoded. |
| 255 | """ |
| 256 | |
| 257 | pass |
| 258 | |
| 259 | def postprocess_image(self, p, pp: PostprocessImageArgs, *args): |
| 260 | """ |
no outgoing calls
no test coverage detected