Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
---
|
4 |
+
|
5 |
+

|
6 |
+
|
7 |
+
## Stable-Diffusion-v2.1: Text to Image
|
8 |
+
|
9 |
+
Stable-Diffusion, developed by Stability AI, is an open-source text-to-image generation model based on the Latent Diffusion architecture, capable of producing high-quality visuals from natural language prompts. Trained on billions of text-image pairs, it generates photorealistic, artistic, or abstract outputs across resolutions (e.g., 512x512 to 1024x1024), widely used in creative design, advertising, game asset development, and educational visualization. The open-source framework enables local deployment with customizable parameters (e.g., prompts, sampling steps) for precise control, while supporting extensions like image inpainting and super-resolution. Challenges include balancing output quality with computational demands (mid-to-high-tier GPUs required), mitigating biased/sensitive content generation, and optimizing real-time performance.
|
10 |
+
|
11 |
+
The source model can be found [here](https://github.com/CompVis/stable-diffusion/tree/main)
|
12 |
+
|
13 |
+
## Performance Reference
|
14 |
+
|
15 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
16 |
+
|
17 |
+
## Inference & Model Conversion
|
18 |
+
|
19 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
20 |
+
|
21 |
+
## License
|
22 |
+
|
23 |
+
- Source Model: [CREATIVEML-OPENRAIL-M](https://github.com/CompVis/stable-diffusion/blob/main/LICENSE)
|
24 |
+
|
25 |
+
- Deployable Model: [CREATIVEML-OPENRAIL-M](https://github.com/CompVis/stable-diffusion/blob/main/LICENSE)
|