ljp commited on
Commit
e5be922
·
verified ·
1 Parent(s): d441c11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-controlnet-inpainting",
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(