English
art
Stable Diffusion
bigmoyan commited on
Commit
b8227c1
1 Parent(s): 68568a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -9,16 +9,17 @@ tags:
9
  - art
10
  - tensorRT
11
  ---
12
- # Model Card for fast_sd_1.5
13
 
14
- fast_sd_1.5 is a tensorRT implementation of Stable diffusion model, with stable 1.5 weights. Main features
15
 
16
- - weights: original stable diffusion 1.4 weights
17
- - input image size range: 256~640 (min 256x256, max 640x640)
18
- - device requirements: Nvidia Ampere architecture or newer (A100)
 
19
  - super-resultion: 4x by default, optional.
20
 
21
- fast_sd_1.5 is a part of TME lyralab Fast Model Plan.
22
 
23
 
24
  ### Model Sources [optional]
@@ -42,5 +43,17 @@ i2imodel.inference(prompt="comic style", image=demo_img)
42
 
43
  ```
44
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
 
9
  - art
10
  - tensorRT
11
  ---
12
+ # Model Card for lyraSD
13
 
14
+ lyraSD is a tensorRT implementation of Stable diffusion model, with stable 1.5 weights. Main features
15
 
16
+ - weights: original stable diffusion 1.5 weights
17
+ - input image: 512x512 (in img2img mode)
18
+ - output image: 512x512
19
+ - device requirements: Nvidia Ampere architecture (A100) or compatable
20
  - super-resultion: 4x by default, optional.
21
 
22
+ lyraSD is a part of TME lyralab Fast Model Plan.
23
 
24
 
25
  ### Model Sources [optional]
 
43
 
44
  ```
45
 
46
+ ## environment
47
+
48
+ - hardware: Nvidia Ampere architecture (A100) or compatable
49
+ - docker image avaible: https://hub.docker.com/r/bigmoyan/lyra_aigc/tags
50
+ ```
51
+ docker pull bigmoyan/lyra_aigc:v0.1
52
+ ```
53
+
54
+ ## report bug
55
+ - start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
56
+ - report bug with a `[bug]` mark in the title.
57
+
58
 
59