anyMODE commited on
Commit
ab09044
·
verified ·
1 Parent(s): bf1fba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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