HighCWu commited on
Commit
b4c2fdf
1 Parent(s): eb05d81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ unet = UNet2DConditionModel.from_pretrained(
47
  base_model, subfolder="unet"
48
  )
49
  controllora = ControlLoRAModel.from_pretrained(
50
- "HighCWu/HighCWu/sd-controllora-face-landmarks", torch_dtype=torch.float16
51
  )
52
  controllora.tie_weights(unet)
53
 
 
47
  base_model, subfolder="unet"
48
  )
49
  controllora = ControlLoRAModel.from_pretrained(
50
+ "HighCWu/sd-controllora-face-landmarks", torch_dtype=torch.float16
51
  )
52
  controllora.tie_weights(unet)
53