alimama-creative/SD3-controlnet-inpaint -> alimama-creative/SD3-controlnet-inpainting
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ check_min_version("0.29.2")
|
|
60 |
|
61 |
# Build model
|
62 |
controlnet = SD3ControlNetModel.from_pretrained(
|
63 |
-
"alimama-creative/SD3-controlnet-
|
64 |
use_safetensors=True,
|
65 |
)
|
66 |
pipe = StableDiffusion3ControlNetInpaintingPipeline.from_pretrained(
|
|
|
60 |
|
61 |
# Build model
|
62 |
controlnet = SD3ControlNetModel.from_pretrained(
|
63 |
+
"alimama-creative/SD3-controlnet-inpainting",
|
64 |
use_safetensors=True,
|
65 |
)
|
66 |
pipe = StableDiffusion3ControlNetInpaintingPipeline.from_pretrained(
|