Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,9 +14,12 @@ tags:
|
|
14 |
# ControlNet: Optimized for Mobile Deployment
|
15 |
## Generating visual arts from text prompt and input guiding image
|
16 |
|
|
|
17 |
On-device, high-resolution image synthesis from text and image prompts. ControlNet guides Stable-diffusion with provided input image to generate accurate images from given input prompt.
|
18 |
|
19 |
-
This model is an implementation of
|
|
|
|
|
20 |
This repository provides scripts to run ControlNet on Qualcomm® devices.
|
21 |
More details on model performance across various devices, can be found
|
22 |
[here](https://aihub.qualcomm.com/models/controlnet_quantized).
|
|
|
14 |
# ControlNet: Optimized for Mobile Deployment
|
15 |
## Generating visual arts from text prompt and input guiding image
|
16 |
|
17 |
+
|
18 |
On-device, high-resolution image synthesis from text and image prompts. ControlNet guides Stable-diffusion with provided input image to generate accurate images from given input prompt.
|
19 |
|
20 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/lllyasviel/ControlNet).
|
21 |
+
|
22 |
+
|
23 |
This repository provides scripts to run ControlNet on Qualcomm® devices.
|
24 |
More details on model performance across various devices, can be found
|
25 |
[here](https://aihub.qualcomm.com/models/controlnet_quantized).
|