Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
A place for me to dump useful python scripts.
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
A place for me to dump useful python scripts.
|
| 6 |
+
|
| 7 |
+
model_merge.py - Merges similar models with similar named layers, i.e. qwen + qwen, or flux + flux at the ratio given in --alpha, you can select SLERP or LERP interpolation
|