Add pipeline tag and links to paper/code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
-
|
| 7 |
-
|
| 8 |
---
|
| 9 |
-
## 🔥 FireRed-Image-Edit LoRA Zoo
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
### 🎨 CoverCraft
|
| 14 |
|
|
@@ -23,4 +29,17 @@ It improves skin refinement, color harmony, lip/eye detailing, and overall facia
|
|
| 23 |
### ⚡ Lightning (8-step distilled)
|
| 24 |
|
| 25 |
A distilled acceleration LoRA optimized for 8-step fast inference.
|
| 26 |
-
It significantly reduces generation time while maintaining strong instruction alignment and visual coherence, making it suitable for real-time or high-throughput editing applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- FireRedTeam/FireRed-Image-Edit-1.1
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
- zh
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
pipeline_tag: image-to-image
|
| 9 |
---
|
|
|
|
| 10 |
|
| 11 |
+
# 🔥 FireRed-Image-Edit LoRA Zoo
|
| 12 |
+
|
| 13 |
+
This repository contains specialized LoRA models built on top of [FireRed-Image-Edit-1.1](https://huggingface.co/FireRedTeam/FireRed-Image-Edit-1.1), as described in the [FireRed-Image-Edit-1.0 Technical Report](https://huggingface.co/papers/2602.13344).
|
| 14 |
+
|
| 15 |
+
**GitHub Repository:** [FireRedTeam/FireRed-Image-Edit](https://github.com/FireRedTeam/FireRed-Image-Edit)
|
| 16 |
+
|
| 17 |
+
We release three specialized LoRA models targeting artistic typography, beauty editing, and accelerated inference scenarios.
|
| 18 |
|
| 19 |
### 🎨 CoverCraft
|
| 20 |
|
|
|
|
| 29 |
### ⚡ Lightning (8-step distilled)
|
| 30 |
|
| 31 |
A distilled acceleration LoRA optimized for 8-step fast inference.
|
| 32 |
+
It significantly reduces generation time while maintaining strong instruction alignment and visual coherence, making it suitable for real-time or high-throughput editing applications.
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@article{firered2026rededit,
|
| 38 |
+
title={FireRed-Image-Edit-1.0 Technical Report},
|
| 39 |
+
author={Super Intelligence Team},
|
| 40 |
+
year={2026},
|
| 41 |
+
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CV},
|
| 43 |
+
url={https://arxiv.org/abs/2602.13344},
|
| 44 |
+
}
|
| 45 |
+
```
|