Update README.md
Browse files
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 |
-
![
|
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/
|
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 |
|