martyn commited on
Commit
ec86312
1 Parent(s): e0d2002

Add README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SDXL Mario Merged
2
+
3
+ Merged with https://github.com/martyn/safetensors-merge-supermario
4
+
5
+
6
+ Using the technique here:
7
+ [https://arxiv.org/pdf/2311.03099.pdf] (Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch)
8
+
9
+ ## Parameters used:
10
+ ```
11
+ python3 merge.py -p 0.1 -lambda 3.0 sdxl.safetensors sd_xl_turbo_1.0_fp16.safetensors sdxl_merged.safetensors
12
+ ```