Skip to content

Commit 6f95834

Browse files
committed
docs: add citation metadata
1 parent 8a47f05 commit 6f95834

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
message: "If you use ComfyUI-fal-API in your work, please cite it using the metadata below."
3+
type: software
4+
title: "ComfyUI-fal-API"
5+
version: "2.5.0"
6+
date-released: 2026-07-02
7+
authors:
8+
- family-names: "Aydoğan"
9+
given-names: "Gökay"
10+
orcid: "https://orcid.org/0000-0002-2343-9433"
11+
abstract: "A ComfyUI integration for the fal model catalog, including curated and generated nodes, workflow utilities, caching, and spend controls."
12+
keywords:
13+
- ComfyUI
14+
- fal
15+
- generative AI
16+
- image generation
17+
- video generation
18+
- API integration
19+
license: Apache-2.0
20+
repository-code: "https://github.com/gokayfem/ComfyUI-fal-API"
21+
url: "https://github.com/gokayfem/ComfyUI-fal-API"

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,26 @@ The full LoRA-training pipeline needs nothing else: Load Image Folder → Batch
182182
183183
Contributions are welcome — but note that **a new fal model usually needs no code at all**: it appears automatically via the registry. Read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a PR; it covers when a hand-written node is (and isn't) justified, the compatibility rules, and dev setup.
184184
185+
<details>
186+
<summary><strong>Cite this project</strong></summary>
187+
188+
If ComfyUI-fal-API supports your work, please cite the software. GitHub also
189+
provides ready-to-copy APA and BibTeX entries via **Cite this repository**.
190+
191+
```bibtex
192+
@software{Aydogan_ComfyUI_fal_API_2026,
193+
author = {Aydoğan, Gökay},
194+
title = {ComfyUI-fal-API},
195+
version = {2.5.0},
196+
year = {2026},
197+
url = {https://github.com/gokayfem/ComfyUI-fal-API}
198+
}
199+
```
200+
201+
[ORCID](https://orcid.org/0000-0002-2343-9433) · [Citation metadata](CITATION.cff)
202+
203+
</details>
204+
185205
## License
186206

187207
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)