moyanwang
commited on
Commit
•
394166f
1
Parent(s):
741ab81
update citation
Browse files- CITATION.cff +0 -17
- README.md +8 -0
CITATION.cff
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
cff-version: 1.2.0
|
2 |
-
message: "If you use this software, please cite it as below."
|
3 |
-
authors:
|
4 |
-
- family-names: "Wu"
|
5 |
-
given-names: "Bin"
|
6 |
-
orcid: "https://orcid.org/0000-0000-0000-0000"
|
7 |
-
- family-names: "Kangjian"
|
8 |
-
given-names: "Wu"
|
9 |
-
orcid: "https://orcid.org/0000-0000-0000-0000"
|
10 |
-
- family-names: "Zhengtao"
|
11 |
-
given-names: "Wang"
|
12 |
-
orcid: "https://orcid.org/0009-0001-8056-6121"
|
13 |
-
title: "LyraSD"
|
14 |
-
version: 0.0.1
|
15 |
-
doi:
|
16 |
-
date-released:
|
17 |
-
url: "https://huggingface.co/TMElyralab/lyraSD"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -72,6 +72,14 @@ i2imodel.inference(prompt="A fantasy landscape, trending on artstation", image=d
|
|
72 |
docker pull bigmoyan/lyra_aigc:v0.1
|
73 |
```
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## report bug
|
76 |
- start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
|
77 |
- report bug with a `[bug]` mark in the title.
|
|
|
72 |
docker pull bigmoyan/lyra_aigc:v0.1
|
73 |
```
|
74 |
|
75 |
+
## citation
|
76 |
+
@Misc{xFormers2022,
|
77 |
+
author = {Bin Wu, Kangjian Wu, Zhengtao Wang},
|
78 |
+
title = {LyraSD},
|
79 |
+
howpublished = {\url{https://huggingface.co/TMElyralab/lyraSD}},
|
80 |
+
year = {2023}
|
81 |
+
}
|
82 |
+
|
83 |
## report bug
|
84 |
- start a discussion to report any bugs!--> https://huggingface.co/TMElyralab/lyraSD/discussions
|
85 |
- report bug with a `[bug]` mark in the title.
|