Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-to-text
|
3 |
+
inference: true
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model: black-forest-labs/FLUX.1-dev
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- image-to-text
|
11 |
+
- image-captioning
|
12 |
+
- vison
|
13 |
+
---
|
14 |
+
|
15 |
+
# MaxCushion Image-to-Text Model
|
16 |
+
|
17 |
+
This model generates textual descriptions (captions) for input images.
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
- Model Name: colt12/maxcushion
|
22 |
+
- Task: Image-to-Text
|
23 |
+
- Type: Vision Encoder-Decoder
|
24 |
+
|
25 |
+
## Usage
|
26 |
+
|
27 |
+
This model can be used with the Hugging Face Inference API. Here's an example of how to use it:
|