Seedance 2.0 is here - create consistent, multimodal AI videos faster with images, videos, and audio in one prompt.

Try Now
Skip to main content
Mangled Merge XL - Magic thumbnail

Mangled Merge XL - Magic

by ModelsLab

Magic Magic is the first of a two part experiment in making specialized models. To make Magic, I took Mangled Merge XL v4.0 and merged 500 2D based style loras (2800 total now) into it using MBW Dare/TIES with 50% into input block 8 and output block 0, and 100% into output block 1. Ties were set to count and gradient was the method used. This first version was focused on 2D while the next model will be focused on realism. I plan to merge the two together afterwards for Mangled Merge XL v5.0. This model does well within a CFG range of 2-7. For more realism, go for the lower ranges, while the higher ranges work better for 2D, machines, or more complicated prompts. You will also see better outputs when putting styles first in your prompt.Enjoy!

mangled-merge-xl-magic
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

Select models...

Per image generation will cost 0.0047$
For premium plan image generation will cost 0.00$ i.e Free.

Output

Idle

Unknown content type

About Mangled Merge XL - Magic

Magic Magic is the first of a two part experiment in making specialized models. To make Magic, I took Mangled Merge XL v4.0 and merged 500 2D based style loras (2800 total now) into it using MBW Dare/TIES with 50% into input block 8 and output block 0, and 100% into output block 1. Ties were set to count and gradient was the method used. This first version was focused on 2D while the next model will be focused on realism. I plan to merge the two together afterwards for Mangled Merge XL v5.0. Thi

Technical Specifications

Model ID
mangled-merge-xl-magic
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
June 4, 2025

Quick Start

Integrate Mangled Merge XL - Magic into your application with a single API call. Get your API key from the pricing page to get started.

import requests
import json
url = "https://modelslab.com/api/v6/images/text2img"
headers = {
"Content-Type": "application/json"
}
data = {
"model_id": "mangled-merge-xl-magic",
"prompt": "your prompt here",
"key": "YOUR_API_KEY"
}
try:
response = requests.post(url, headers=headers, json=data)
response.raise_for_status() # Raises an HTTPError for bad responses (4XX or 5XX)
result = response.json()
print("API Response:")
print(json.dumps(result, indent=2))
except requests.exceptions.HTTPError as http_err:
print(f"HTTP error occurred: {http_err} - {response.text}")
except Exception as err:
print(f"Other error occurred: {err}")

View the full API documentation for SDKs, code examples in Python, JavaScript, and more.

Pricing

Mangled Merge XL - Magic API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Mangled Merge XL - Magic FAQ

Magic Magic is the first of a two part experiment in making specialized models. To make Magic, I took Mangled Merge XL v4.0 and merged 500 2D based style loras (2800 total now) into it using MBW Dare/TIES with 50% into input block 8 and output block 0, and 100% into output block 1. Ties were set to

You can integrate Mangled Merge XL - Magic into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "mangled-merge-xl-magic" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Mangled Merge XL - Magic costs $0.0047 per API call. ModelsLab uses pay-per-use pricing with no minimum commitments. A free tier is available to get started.

The model ID for Mangled Merge XL - Magic is "mangled-merge-xl-magic". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Mangled Merge XL - Magic and other AI models. Sign up to get free API credits and start building immediately.