mrcuddle commited on
Commit
e88dd14
·
verified ·
1 Parent(s): de03b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,16 +23,16 @@ iface = gr.Interface(
23
  gr.Checkbox(label="Upload to HuggingFace Hub"),
24
  ],
25
  outputs="text",
26
- title="Model Merger",
27
  description="""
28
  Combine any two models using a Super Mario merge(DARE).
 
29
  Works with:
30
  - Stable Diffusion (1.5, XL/XL Turbo)
31
  - LLMs(Mistral, Llama, etc)
32
  - LoRas(must be same size)
33
  - Any two homologous models
34
- The scripts in this repo are based on https://github.com/martyn/safetensors-merge-supermario
35
- """,
36
  )
37
 
38
  iface.launch()
 
23
  gr.Checkbox(label="Upload to HuggingFace Hub"),
24
  ],
25
  outputs="text",
26
+ title="Safetensors Model Merger",
27
  description="""
28
  Combine any two models using a Super Mario merge(DARE).
29
+ Based on: https://github.com/martyn/safetensors-merge-supermario
30
  Works with:
31
  - Stable Diffusion (1.5, XL/XL Turbo)
32
  - LLMs(Mistral, Llama, etc)
33
  - LoRas(must be same size)
34
  - Any two homologous models
35
+ """,
 
36
  )
37
 
38
  iface.launch()