TalHach61 commited on
Commit
2d90be5
1 Parent(s): 4efc9d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -31,11 +31,10 @@ BRIA 2.3 ControlNet-Pose, trained on the foundation of [BRIA 2.3 Text-to-Image](
31
 
32
  Join our [Discord community](https://discord.gg/Nxe9YW9zHS) for more information, tutorials, tools, and to connect with other users!
33
 
34
- ![controlnet_recoloring_showoff.png](https://huggingface.co/briaai/BRIA-2.2-ControlNet-Recoloring/resolve/main/controlnet_recoloring_showoff.png)
35
 
36
 
37
  ### Model Description
38
-
39
  - **Developed by:** BRIA AI
40
  - **Model type:** [ControlNet](https://huggingface.co/docs/diffusers/using-diffusers/controlnet) for Latent diffusion
41
  - **License:** [bria-2.3](https://bria.ai/bria-huggingface-model-license-agreement/)
@@ -90,7 +89,7 @@ negative_prompt = "Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly drawn ha
90
  # Calculate Pose image
91
  openpose = OpenposeDetector.from_pretrained('lllyasviel/ControlNet')
92
 
93
- image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-openpose/resolve/main/images/pose.png")
94
 
95
  pose_image = openpose(image)
96
 
 
31
 
32
  Join our [Discord community](https://discord.gg/Nxe9YW9zHS) for more information, tutorials, tools, and to connect with other users!
33
 
34
+ ![controlnet_pose_showoff.png](https://huggingface.co/briaai/BRIA-2.3-ControlNet-Pose/resolve/main/controlnet_pose_showoff.png)
35
 
36
 
37
  ### Model Description
 
38
  - **Developed by:** BRIA AI
39
  - **Model type:** [ControlNet](https://huggingface.co/docs/diffusers/using-diffusers/controlnet) for Latent diffusion
40
  - **License:** [bria-2.3](https://bria.ai/bria-huggingface-model-license-agreement/)
 
89
  # Calculate Pose image
90
  openpose = OpenposeDetector.from_pretrained('lllyasviel/ControlNet')
91
 
92
+ image = load_image("https://huggingface.co/briaai/BRIA-2.3-ControlNet-Pose/resolve/main/image1.png")
93
 
94
  pose_image = openpose(image)
95