Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
| 4 |
+
base_model: FireRedTeam/FireRed-Image-Edit-1.1
|
| 5 |
+
tags:
|
| 6 |
+
- image-to-image
|
| 7 |
+
- int8
|
| 8 |
+
- safetensors
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
# FireRed Image Edit 1.1 (INT8 ConvRot)
|
| 12 |
+
|
| 13 |
+
This repository contains the INT8 quantized and convrot-converted model weights for **FireRed-Image-Edit-1.1**.
|
| 14 |
+
|
| 15 |
+
## Attribution & License
|
| 16 |
+
|
| 17 |
+
- **Original Model:** [FireRedTeam/FireRed-Image-Edit-1.1](https://huggingface.co/FireRedTeam/FireRed-Image-Edit-1.1)
|
| 18 |
+
- **Original Author:** FireRedTeam
|
| 19 |
+
- **License:** [Apache License 2.0](LICENSE)
|
| 20 |
+
|
| 21 |
+
This project is a derivative work based on the original FireRed-Image-Edit-1.1 and is distributed under the same Apache License 2.0.
|