English
art
Stable Diffusion
yibolu commited on
Commit
e9a576f
1 Parent(s): 8881820

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -6,9 +6,9 @@ tags:
6
  - art
7
  - Stable Diffusion
8
  ---
9
- ## Model Card for lyraSD2
10
 
11
- lyraSD2 is currently the **fastest Stable Diffusion model** that can 100% align the outputs of **diffusers** available, boasting an inference cost of only **0.52 seconds** for a 512x512 image, accelerating the process up to **80% faster** than the original version.
12
 
13
  Among its main features are:
14
 
@@ -42,7 +42,7 @@ Among its main features are:
42
  |model|time cost(ms)|
43
  |:-:|:-:|
44
  |torch2.0.1 + diffusers|~930ms|
45
- |lyraSD2|~745ms|
46
 
47
  ## Model Sources
48
 
@@ -132,7 +132,7 @@ for i, image in enumerate(images):
132
 
133
  ```bash
134
  docker pull nvcr.io/nvidia/pytorch:23.02-py3
135
- docker run --rm -it --gpus all -v ./:/lyraSD2 nvcr.io/nvidia/pytorch:23.02-py3
136
 
137
  pip install -r requirements.txt
138
  python txt2img_demo.py
@@ -140,14 +140,14 @@ python txt2img_demo.py
140
 
141
  ## Citation
142
  ``` bibtex
143
- @Misc{lyraSD2_2023,
144
  author = {Kangjian Wu, Zhengtao Wang, Yibo Lu, Haoxiong Su, Bin Wu},
145
- title = {lyraSD2: Accelerating Stable Diffusion with best flexibility},
146
- howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD2}},
147
  year = {2023}
148
  }
149
  ```
150
 
151
  ## Report bug
152
- - start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD2/discussions
153
  - report bug with a `[bug]` mark in the title.
 
6
  - art
7
  - Stable Diffusion
8
  ---
9
+ ## Model Card for lyraSD
10
 
11
+ lyraSD is currently the **fastest Stable Diffusion model** that can 100% align the outputs of **diffusers** available, boasting an inference cost of only **0.52 seconds** for a 512x512 image, accelerating the process up to **80% faster** than the original version.
12
 
13
  Among its main features are:
14
 
 
42
  |model|time cost(ms)|
43
  |:-:|:-:|
44
  |torch2.0.1 + diffusers|~930ms|
45
+ |lyraSD|~745ms|
46
 
47
  ## Model Sources
48
 
 
132
 
133
  ```bash
134
  docker pull nvcr.io/nvidia/pytorch:23.02-py3
135
+ docker run --rm -it --gpus all -v ./:/lyraSD nvcr.io/nvidia/pytorch:23.02-py3
136
 
137
  pip install -r requirements.txt
138
  python txt2img_demo.py
 
140
 
141
  ## Citation
142
  ``` bibtex
143
+ @Misc{lyraSD_2023,
144
  author = {Kangjian Wu, Zhengtao Wang, Yibo Lu, Haoxiong Su, Bin Wu},
145
+ title = {lyraSD: Accelerating Stable Diffusion with best flexibility},
146
+ howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
147
  year = {2023}
148
  }
149
  ```
150
 
151
  ## Report bug
152
+ - start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
153
  - report bug with a `[bug]` mark in the title.