Unlimited Open Source Models

Get Plan
Skip to main content
anima_pencil-XL - v4.0.0 thumbnail

Anima Pencil-XL - V4.0.0

by ModelsLab

feels like structural failures have slightly decreased.. slightly changes to anime-style.

# Checkpoints

# LoRAs

# Recipe

  1. blue_pencil-XL-v6.0.0 + ( ANIMAGINE XL 3.0 - ANIMAGINE XL 2.0 ) x 1.0, Add difference(trainDifference)

  2. [1] + ( ANIMAGINE XL 3.1 - ANIMAGINE XL 3.0 ) x 1.0, Add difference(trainDifference)

  3. ( blue_pencil-XL-v5.0.0 x 0.3 ) + ( [2] x 0.7 ), Weight sum(cosineA), Elemental: "BASE:conditioner.embedders.0.transformer:0.3,BASE:conditioner.embedders.1.model:0.85"

  4. [3] + ( ArtiWaifu Diffusion v1.0 - SD-XL 1.0-base ) x 0.33, Add difference(trainDifference)

  5. [4] + ( Anime Illust Diffusion XL v0.8 - ANIMAGINE XL 3.0 ) x 0.15, Add difference(trainDifference)

  6. ( [5] x 0.7 ) + ( AniEase v2.1 x 0.3 ), Weight sum(cosineA)

  7. [6] + ( RAnime-XL v1.0 - ANIMAGINE XL 3.0 ) x 0.3, Add difference(trainDifference)

  8. [7] + ( /Anime/bulldozer_BETA v2.0 - ANIMAGINE XL 3.0 ) x 0.15, Add difference(trainDifference)

  9. [8] + ( SwampMachine v2.0 - ANIMAGINE XL 3.0 ) x 0.25, Add difference(trainDifference)

  10. [9] + ( AAM XL Anime Mix v1.0 - ANIMAGINE XL 3.0 ) x 0.45, Add difference(trainDifference)

  11. [10] + ( Manmaru Mix XL v1.0 - ANIMAGINE XL 3.1 ) x 0.05, Add difference(trainDifference)

  12. ( [11] x 0.72 ) + ( 7th anime XL A v1.0 x 0.28 ), Weight sum(cosineA)

  13. ( [12] x 0.85 ) + ( AbyssOrange XL Else v1.0 x 0.15 ), Weight sum(cosineA)

  14. ( [13] x 0.8 ) + ( ShiratakiMix XL v1.0 x 0.2 ), Weight sum(cosineA)

  15. ( [14] x 0.825 ) + ( LizMix v8.0 x 0.175 ), Weight sum(cosineA)

  16. ( [15] x 0.62 ) + ( Neta Art XL 1.0 x 0.38 ), Weight sum(cosineA)

  17. ( [16] x 1 ) + ( blue_pencil-XL-v6.0.0 x 0 ), Weight sum(normal), Elemental: "BASE:conditioner.embedders.0.transformer:0.75,BASE:conditioner.embedders.1.model:0.1"

  18. [17] + ( QualitySlider + flat_sdxl v1.0:-0.4 + Aesthetic Anime LoRA v1s:0.05 + Fixhands_anime_bdsqlsz_V1:0.6)

  19. [18] x 0.75 + ( anima_pencil-XL-v1.0.0 x 0.25), Weight sum(cosineA), elemental: "BASE::0"

  20. [19] x 0.68 + ( [17] x 0.32), Weight sum(cosineA), elemental: "BASE::0"

animapencilxl-v400
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 Anima Pencil-XL - V4.0.0

feels like structural failures have slightly decreased.. slightly changes to anime-style. Checkpointsbluepencil-XL-v6.0.0animapencil-XL-v1.0.0ANIMAGINE XL 3.1ANIMAGINE XL 3.0ANIMAGINE XL 2.0SD-XL 1.0-baseArtiWaifu Diffusion v1.0Anime Illust Diffusion XL v0.8AniEase v2.1RAnime-XL v1.0/Anime/bulldozerBETA v2.0SwampMachine v2.0AAM XL Anime Mix v1.0Manmaru Mix XL v1.07th anime XL A v1.0AbyssOrange XL Else v1.0ShiratakiMix XL v1.0LizMix v8.0Neta Art XL 1.0 LoRAsself-made QualitySlider (Concept Slider

Technical Specifications

Model ID
animapencilxl-v400
Provider
ModelsLab
Task
AI Generation
Price
$0.0047 per API call
Added
May 22, 2025

Quick Start

Integrate Anima Pencil-XL - V4.0.0 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": "animapencilxl-v400",
"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

Anima Pencil-XL - V4.0.0 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Anima Pencil-XL - V4.0.0 FAQ

feels like structural failures have slightly decreased.. slightly changes to anime-style.# Checkpointsblue_pencil-XL-v6.0.0anima_pencil-XL-v1.0.0ANIMAGINE XL 3.1ANIMAGINE XL 3.0ANIMAGINE XL 2.0SD-XL 1.0-baseArtiWaifu Diffusion v1.0Anime Illust Diffusion XL v0.8AniEase v2.1RAnime-XL v1.0/Anime/bulldo

You can integrate Anima Pencil-XL - V4.0.0 into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "animapencilxl-v400" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Anima Pencil-XL - V4.0.0 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 Anima Pencil-XL - V4.0.0 is "animapencilxl-v400". 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.