Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ check_min_version("0.29.2")
|
|
63 |
|
64 |
# Build model
|
65 |
controlnet = SD3ControlNetModel.from_pretrained(
|
66 |
-
"alimama-creative/SD3-
|
67 |
use_safetensors=True,
|
68 |
)
|
69 |
pipe = StableDiffusion3ControlNetInpaintingPipeline.from_pretrained(
|
|
|
63 |
|
64 |
# Build model
|
65 |
controlnet = SD3ControlNetModel.from_pretrained(
|
66 |
+
"alimama-creative/SD3-Controlnet-Inpainting",
|
67 |
use_safetensors=True,
|
68 |
)
|
69 |
pipe = StableDiffusion3ControlNetInpaintingPipeline.from_pretrained(
|