qc903113684 commited on
Commit
f0ffa92
·
verified ·
1 Parent(s): 8fc5e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -5
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
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F20250327030227_%25E7%258C%25AB%25E7%258C%25AB.png&w=640&q=75)
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)