(self)
| 24 | self.set_full_adapter() |
| 25 | |
| 26 | def set_full_adapter(self): |
| 27 | block_ids = [1, 4, 9, 12, 17, 20, 40, 43, 46, 50, 53, 56, 60, 63, 66, 29] |
| 28 | self.call_block_id = {(i, 0): j for j, i in enumerate(block_ids)} |
| 29 | |
| 30 | def set_less_adapter(self): |
| 31 | # IP-Adapter for SD v1.5 doesn't support this feature. |
no outgoing calls
no test coverage detected