Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- google/umt5-xxl
|
| 5 |
+
- Able2/umt5-xxl-encode-only
|
| 6 |
+
---
|
| 7 |
+
umt5-xxl gguf model with encoder only, mainly used as text encoder for image or video generation models. Use with llama.cpp. Used in [HighDoping/Wan2.1](https://github.com/HighDoping/Wan2.1).
|