Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
+
library_name: diffusers
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
tags:
|
9 |
+
- art
|
10 |
+
- tensorRT
|
11 |
---
|
12 |
+
# Model Card for fast_sd_1.4
|
13 |
+
|
14 |
+
fast_sd_1.4 is a tensorRT implementation of Stable diffusion model, with stable 1.4 weights. Main features
|
15 |
+
|
16 |
+
- weights: original stable diffusion 1.4 weights
|
17 |
+
- input image size range: 100x100 ~ 200x200
|
18 |
+
- text encoder: clipxxx
|
19 |
+
- super-resultion: 4x by default.
|
20 |
+
- controlnet
|
21 |
+
- canny: yes
|
22 |
+
- depth(midas): yes
|
23 |
+
- xxx: yes
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
### Model Sources [optional]
|
28 |
+
|
29 |
+
- **Repository:** [https://huggingface.co/runwayml/stable-diffusion-v1-5]
|
30 |
+
|
31 |
+
## Uses
|
32 |
+
|
33 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
34 |
+
|
35 |
+
### Direct Use
|
36 |
+
|
37 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
38 |
+
|
39 |
+
[More Information Needed]
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
### Recommendations
|
44 |
+
|
45 |
+
|
46 |
+
## How to Get Started with the Model
|
47 |
+
|
48 |
+
Use the code below to get started with the model.
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
|
53 |
+
## Glossary [optional]
|
54 |
+
|
55 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
## More Information [optional]
|
60 |
+
|
61 |
+
[More Information Needed]
|