MCPcopy Create free account
hub / github.com/AiuniAI/Unique3D / __init__

Method __init__

app/all_models.py:11–13  ·  view source on GitHub ↗
(self, base_model=None)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected