Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
|
@@ -149,17 +149,17 @@ For efficient operation, use:
|
|
| 149 |
- Llamacpp (quants/soon)
|
| 150 |
- Exllama (quants/soon)
|
| 151 |
|
| 152 |
-
Running via Transformers is possible, but speed will be extremely low (script example).
|
| 153 |
|
| 154 |
### Casual Use
|
| 155 |
|
| 156 |
-
- Ready-to-use Gradio-based interface
|
| 157 |
- HF Space (may be slow due to Transformes implementation!) /soon
|
| 158 |
- ComfyUI nodes (coming soon)
|
| 159 |
|
| 160 |
### Batch Processing
|
| 161 |
|
| 162 |
-
Sample script. Inside you will find settings for modes and grounding configurations.
|
| 163 |
|
| 164 |
#### Prompts
|
| 165 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
|
|
|
| 149 |
- Llamacpp (quants/soon)
|
| 150 |
- Exllama (quants/soon)
|
| 151 |
|
| 152 |
+
Running via Transformers is possible, but speed will be extremely low ([script example](scripts/transformers_ver.py)).
|
| 153 |
|
| 154 |
### Casual Use
|
| 155 |
|
| 156 |
+
- [Ready-to-use Gradio-based interface](scripts/gradio_interface.py)
|
| 157 |
- HF Space (may be slow due to Transformes implementation!) /soon
|
| 158 |
- ComfyUI nodes (coming soon)
|
| 159 |
|
| 160 |
### Batch Processing
|
| 161 |
|
| 162 |
+
[Sample script](scripts/caption_distributed.py). Inside you will find settings for modes and grounding configurations.
|
| 163 |
|
| 164 |
#### Prompts
|
| 165 |
|