gokaygokay commited on
Commit
f7c4404
·
verified ·
1 Parent(s): 4268ea1

Add repository citation and ORCID

Browse files

Adds a repository-specific BibTeX citation, ORCID identifier, and upstream citation guidance. Existing card content and metadata are preserved.

Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -72,3 +72,19 @@ Without LoRA
72
  With LoRA
73
 
74
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630899601dd1e3075d975785/ucK-AUL7sC2aU89kHVSwi.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  With LoRA
73
 
74
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630899601dd1e3075d975785/ucK-AUL7sC2aU89kHVSwi.png)
75
+
76
+ <!-- gokaygokay-citation -->
77
+ ## Citation and attribution
78
+
79
+ This model release is maintained by [Gökay Aydoğan](https://orcid.org/0000-0002-2343-9433). If you reference this repository in academic work, please cite it as follows and also cite the upstream models, datasets, or projects it builds upon.
80
+
81
+ ```bibtex
82
+ @software{aydogan2024flux_game_assets_lora_v2,
83
+ author = {Aydoğan, Gökay},
84
+ title = {{Flux-Game-Assets-LoRA-v2}},
85
+ year = {2024},
86
+ publisher = {Hugging Face},
87
+ url = {https://huggingface.co/gokaygokay/Flux-Game-Assets-LoRA-v2},
88
+ note = {Model repository; cite the base model and upstream datasets as required.}
89
+ }
90
+ ```