(self, args)
| 195 | return latents_caching_strategy |
| 196 | |
| 197 | def get_text_encoding_strategy(self, args): |
| 198 | return strategy_sd.SdTextEncodingStrategy(args.clip_skip) |
| 199 | |
| 200 | def get_text_encoder_outputs_caching_strategy(self, args): |
| 201 | return None |
no outgoing calls