Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: aplux-model-farm-license
|
4 |
-
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: aplux-model-farm-license
|
4 |
+
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
tags:
|
7 |
+
- AIoT
|
8 |
+
- QNN
|
9 |
+
---
|
10 |
+
|
11 |
+

|
12 |
+
|
13 |
+
## ControlNet: Text to Image
|
14 |
+
|
15 |
+
ControlNet is a neural framework designed to enhance control over generative models by incorporating conditional inputs like edge maps, depth data, or semantic segmentation. Proposed by Lvmin Zhang and Maneesh Agrawala, it integrates with diffusion models to enable precise control over image composition, object placement, and stylistic details via sketches, pose cues, or structural constraints. Widely used in digital art, design prototyping, film previsualization, and photo editing, it trains conditional encoders alongside base models to harmonize creative flexibility with structural guidance. The framework supports multi-modal inputs and real-time interaction, though challenges include stabilizing complex condition integration, optimizing computational overhead, and preventing overfitting.
|
16 |
+
|
17 |
+
The source model can be found [here](https://github.com/lllyasviel/ControlNet)
|
18 |
+
|
19 |
+
## Performance Reference
|
20 |
+
|
21 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
22 |
+
|
23 |
+
## Inference & Model Conversion
|
24 |
+
|
25 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
- Source Model: [APACHE-2.0](https://github.com/lllyasviel/ControlNet/blob/main/LICENSE)
|
30 |
+
|
31 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|