Spaces:
Running
Running
Update hf_merge.py
Browse files- hf_merge.py +2 -1
hf_merge.py
CHANGED
@@ -47,7 +47,8 @@ def merge_and_upload(base_model, model_to_merge, scaling_factor, weight_drop_pro
|
|
47 |
# Define the Gradio interface
|
48 |
with gr.Blocks(theme="Ytheme/Minecraft", fill_width=True, delete_cache=(60, 3600)) as demo:
|
49 |
gr.Markdown("# Model Merger and Uploader")
|
50 |
-
gr.Markdown("Combine any two models using a Super Mario merge(DARE)
|
|
|
51 |
gr.Markdown("Works with:")
|
52 |
gr.Markdown("* Stable Diffusion (1.5, XL/XL Turbo)")
|
53 |
gr.Markdown("* LLMs (Mistral, Llama, etc)")
|
|
|
47 |
# Define the Gradio interface
|
48 |
with gr.Blocks(theme="Ytheme/Minecraft", fill_width=True, delete_cache=(60, 3600)) as demo:
|
49 |
gr.Markdown("# Model Merger and Uploader")
|
50 |
+
gr.Markdown("Combine any two models using a Super Mario merge(DARE)")
|
51 |
+
gr.Markdown("Based on: https://github.com/martyn/safetensors-merge-supermario")
|
52 |
gr.Markdown("Works with:")
|
53 |
gr.Markdown("* Stable Diffusion (1.5, XL/XL Turbo)")
|
54 |
gr.Markdown("* LLMs (Mistral, Llama, etc)")
|