Unlimited Open Source Models

Get Plan
Skip to main content
TzigoAnimeMix - V1.042_VAE[XL] thumbnail

TzigoAnimeMix - V1.042 VAE[XL]

by ModelsLab

Now based on anima_pencil-XL and therefore Animagine XL V3.1.

This should also make most of the characters included in Animagine work, but I haven't tested it further.

It is now more detailed and has improved eyes and better hands (mostly). It is also less 2.5D now. At least I was satisfied with my tests.

Merge recipe:

1 animaPencilXL + (FiaMix XL - Animagine XL V3.1)*0.75, Add difference(trainDifference)

2 [1] + (Rae Diffusion XL - Animagine XL V3.1)*0,65, Add difference(trainDifference)

3 [2] + Modern Disney XL*0,35 Weight sum(normal)

4 EnvyMegaMixXL01 + (EnvyAnimeXL - DreamShaper XL)*0,8, Add difference(trainDifference)

5 [4] include Loras

6 [3] + [5]*0.42 Weight sum(cosineA)

7 Pilgrim_Unreal_SDXL + (Pilgrim_Midjourney_SDXL - sd_xl_base_1.0)*1, Add difference(trainDifference)

8 xVision XL + [7]*0,48 Weight sum(cosineA)

9 [6] + [8]*0,37 Weight sum(normal)

10 [9] +(Quiet Goodnight XL -AAM XL(Anime Mix))*0,63, Add difference(trainDifference)

11 Shambhala.XL include Loras

12 [10] + [11]*0,24 Weight sum(cosineA)

13 RealCartoon-XL + Yamer's Anime*0,52 Weight sum(cosineB)

14 [12] + [13]*0,365 Weight sum(normal)

15 [14] + CheemsPuff XL*0.38 Weight sum(cosineA)

16 [15] include Loras + Baked VAE_ sdxl_vae_fp16_fix

Credits to the respective authors.

tzigoanimemix-v1042vaexl
Open Source ModelUnlimited UsageLLMs.txt
API Playground

Input

Select models...

Per image generation will cost $0.0047.
Open-source models are included on the $149/month Open Source Unlimited plan. Third-party models are billed per generation on every plan.

Output

Idle

Unknown content type

Looking for something different?

Models that trade off differently against the one you are viewing

About TzigoAnimeMix - V1.042 VAE[XL]

Now based on animapencil-XL and therefore Animagine XL V3.1.This should also make most of the characters included in Animagine work, but I haven't tested it further.It is now more detailed and has improved eyes and better hands (mostly). It is also less 2.5D now. At least I was satisfied with my tests.Merge recipe:1 animaPencilXL + (FiaMix XL - Animagine XL V3.1)0.75, Add difference(trainDifference)2 [1] + (Rae Diffusion XL - Animagine XL V3.1)0,65, Add difference(trainDifference)3 [2] + Modern

Technical Specifications

Model ID
tzigoanimemix-v1042vaexl
Provider
ModelsLab
Task
AI Generation
Price
$0.0047 per API call
Added
June 4, 2025

Quick Start

Integrate TzigoAnimeMix - V1.042 VAE[XL] 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": "tzigoanimemix-v1042vaexl",
"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}")

Pricing

TzigoAnimeMix - V1.042 VAE[XL] API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

TzigoAnimeMix - V1.042 VAE[XL] FAQ

Now based on anima_pencil-XL and therefore Animagine XL V3.1.This should also make most of the characters included in Animagine work, but I haven't tested it further.It is now more detailed and has improved eyes and better hands (mostly). It is also less 2.5D now. At least I was satisfied with my te

You can integrate TzigoAnimeMix - V1.042 VAE[XL] into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "tzigoanimemix-v1042vaexl" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

TzigoAnimeMix - V1.042 VAE[XL] costs $0.0047 per API call. ModelsLab plans start at $21/month (Basic), and the $149/month Open Source plan includes unlimited generation on open-source models.

The model ID for TzigoAnimeMix - V1.042 VAE[XL] is "tzigoanimemix-v1042vaexl". Use this ID in your API requests to specify this model.

Yes. ModelsLab is subscription-based with no free tier — plans start at $21/month (Basic, 3,250 API calls). The $149/month Open Source Unlimited plan includes unlimited generation across open-source models; premium third-party models are billed per call from your wallet.