Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ i2imodel.inference(prompt="A fantasy landscape, trending on artstation", image=d
|
|
79 |
|
80 |
|
81 |
|
82 |
-
##
|
83 |
|
84 |
- hardware: Nvidia Ampere architecture (A100) or compatable
|
85 |
- docker image avaible: https://hub.docker.com/r/bigmoyan/lyra_aigc/tags
|
@@ -87,17 +87,17 @@ i2imodel.inference(prompt="A fantasy landscape, trending on artstation", image=d
|
|
87 |
docker pull bigmoyan/lyra_aigc:v0.1
|
88 |
```
|
89 |
|
90 |
-
##
|
91 |
``` bibtex
|
92 |
@Misc{xFormers2022,
|
93 |
-
author = {
|
94 |
-
title = {LyraSD},
|
95 |
howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
|
96 |
year = {2023}
|
97 |
}
|
98 |
```
|
99 |
|
100 |
-
##
|
101 |
- start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
|
102 |
- report bug with a `[bug]` mark in the title.
|
103 |
|
|
|
79 |
|
80 |
|
81 |
|
82 |
+
## Environment
|
83 |
|
84 |
- hardware: Nvidia Ampere architecture (A100) or compatable
|
85 |
- docker image avaible: https://hub.docker.com/r/bigmoyan/lyra_aigc/tags
|
|
|
87 |
docker pull bigmoyan/lyra_aigc:v0.1
|
88 |
```
|
89 |
|
90 |
+
## Citation
|
91 |
``` bibtex
|
92 |
@Misc{xFormers2022,
|
93 |
+
author = {Kangjian Wu, Zhengtao Wang, Bin Wu},
|
94 |
+
title = {LyraSD: Accelerating Stable Diffusion by 10x+},
|
95 |
howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
|
96 |
year = {2023}
|
97 |
}
|
98 |
```
|
99 |
|
100 |
+
## Report bug
|
101 |
- start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
|
102 |
- report bug with a `[bug]` mark in the title.
|
103 |
|