Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(theme="Ytheme/Minecraft", fill_width=True, delete_cache=(60, 3600
|
|
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)")
|
55 |
gr.Markdown("* LoRas (must be same size)")
|
56 |
gr.Markdown("* Any two homologous models")
|
57 |
|
|
|
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) (also works with Llava, Visison models) ")
|
55 |
gr.Markdown("* LoRas (must be same size)")
|
56 |
gr.Markdown("* Any two homologous models")
|
57 |
|