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
anima_pencil-XL - v1.5.0 thumbnail

Anima Pencil-XL - V1.5.0

by ModelsLab

# Checkpoints

# LoRAs

# Recipe

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

  2. ( [1] x 1.0 ) + ( anima_pencil-XL-v1.0.0 x 0 ), Weight sum(cosineB)

  3. ( [2] x 0.85 ) + ( blue_pencil-XL-v4.0.1 x 0.15 ), Weight sum(normal), Elemental: "BASE:conditioner.embedders.0.transformer.text_model.*":0.6

  4. [3] + ( AAM XL Anime Mix v1.0 - SD-XL 1.0-base ) x 0.46, Add difference(smoothAdd)

  5. [4] + ( /Anime/bulldozer_BETA v2.0 - ANIMAGINE XL 3.0) x 1.0, Add difference(smoothAdd)

  6. [5] + ( AingDiffusion XL v0.4 - ANIMAGINE XL 3.0) x 0.3, Add difference(smoothAdd)

  7. [6] + ( Anime Illust Diffusion XL v0.71 - ANIMAGINE XL 3.0) x 0.35, Add difference(smoothAdd)

  8. ( [7] x 1.0 ) + ( [2] x 0.15 ), Weight sum(normal), Elemental: "BASE:conditioner.embedders.0.transformer.text_model.*":0.8

  9. [8] + QualitySlider x 0.65

  10. [9] + adjust(0,2,1,1,0.5,0,0,0)

I can't figure out what I did.

animapencilxl-v150
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 Anima Pencil-XL - V1.5.0

Checkpointsbluepencil-XL-v4.0.1animapencil-XL-v1.0.0ANIMAGINE XL 3.0ANIMAGINE XL 2.0AAM XL Anime Mix v1.0/Anime/bulldozerBETA v2.0AingDiffusion XL v0.4Anime Illust Diffusion XL v0.71SD-XL 1.0-base LoRAsself-made QualitySlider (Concept Sliders) Recipebluepencil-XL-v4.0.1 + ( ANIMAGINE XL 3.0 - ANIMAGINE XL 2.0 ) x 1.0, Add difference(trainDifference)( [1] x 1.0 ) + ( animapencil-XL-v1.0.0 x 0 ), Weight sum(cosineB)( [2] x 0.85 ) + ( bluepencil-XL-v4.0.1 x 0.15 ), Weight sum(normal), Elemental: "B

Technical Specifications

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

Quick Start

Integrate Anima Pencil-XL - V1.5.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-v150",
"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

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

Anima Pencil-XL - V1.5.0 FAQ

# Checkpointsblue_pencil-XL-v4.0.1anima_pencil-XL-v1.0.0ANIMAGINE XL 3.0ANIMAGINE XL 2.0AAM XL Anime Mix v1.0/Anime/bulldozer_BETA v2.0AingDiffusion XL v0.4Anime Illust Diffusion XL v0.71SD-XL 1.0-base# LoRAsself-made QualitySlider (Concept Sliders)# Recipeblue_pencil-XL-v4.0.1 + ( ANIMAGINE XL 3.0

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

Anima Pencil-XL - V1.5.0 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 Anima Pencil-XL - V1.5.0 is "animapencilxl-v150". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Anima Pencil-XL - V1.5.0 and other AI models. Sign up to get free API credits and start building immediately.