(self, base_model=None)
| 9 | base_model = "runwayml/stable-diffusion-v1-5" |
| 10 | |
| 11 | def __init__(self, base_model=None) -> None: |
| 12 | if base_model is not None: |
| 13 | self.base_model = base_model |
| 14 | |
| 15 | @property |
| 16 | def pipe_disney_controlnet_tile_ipadapter_i2i(self): |
nothing calls this directly
no outgoing calls
no test coverage detected