English
art
Stable Diffusion
benleader commited on
Commit
6341ebf
1 Parent(s): 69201c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -79,7 +79,7 @@ i2imodel.inference(prompt="A fantasy landscape, trending on artstation", image=d
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,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
- ## citation
91
  ``` bibtex
92
  @Misc{xFormers2022,
93
- author = {Bin Wu, Kangjian Wu, Zhengtao Wang},
94
- title = {LyraSD},
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
 
 
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