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
Persona Style Checkpoint - LITE thumbnail

Persona Style Checkpoint - LITE

by ModelsLab

-ilxl1.0 + NOOB1.1 Update-

Sampling Step 10 ~ 20, CFG scale 1.5 ~ 3, Euler a, SGM Uniform

Trigger words for persona style: persona

At the positive prompt: masterpiece, very awa, best quality, amazing quality, very aesthetic, absurdres, newest, intricate details

At the negative prompt: lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, old, oldest, censored, bar_censor, copyright_name, (dialogue), text, speech bubble, Dialogue box, error, fewer, extra, missing, worst quality, low quality, watermark, signature, extra digits, username, scan, abstract, multiple views, (censored),worst quality, low quality, logo, bad hands, mutated hands,

This model is more suitable for high-resolution images by merging ilxl1.0.

The usage method is the same as the previous model, but the trigger word has been simplified to 'Perosna'.

-NOOB v1 Update-

Sampling Step 10 ~ 20, CFG scale 1.5 ~ 3, Euler a, SGM Uniform

Trigger words for persona style: persona, soejima shigenori, anime coloring

At the positive prompt: masterpiece, very awa, best quality, amazing quality, very aesthetic, absurdres, newest, intricate details

At the negative prompt: lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, old, oldest, censored, bar_censor, copyright_name, (dialogue), text, speech bubble, Dialogue box, error, fewer, extra, missing, worst quality, low quality, watermark, signature, extra digits, username, scan, abstract, multiple views, (censored),worst quality, low quality, logo, bad hands, mutated hands,

The Persona style models I've made so far were too characteristic to be used universally.

However, the new models made using Noob 1.1 can be used more universally.

Now, the characteristic drawing style of Persona doesn't appear without a trigger word.

You can also merge DMD to quickly generate drawings. The unmerged version of DMD didn't work, so even if you don't like it, you can quickly generate drawings.

-PONY v3 Update-

This model is more easier to use.

Sampling Step 20, CFG scale 4, Euler a SGM Uniform

-PONY v2 Update-

This model is more easier to use.

At the positive prompt, score_9, score_8_up, score_7_up,

At the negative prompt score_4, score_3, score_2, score_1

Sampling Step 20, CFG scale 4, Euler a SGM Uniform

-PONY Update-

This is a checkpoint created based on the PONY model.

I'm aiming for something that just takes the style of the Persona series... So you still need LORA to draw a Persona character.

-V2 Update-

I made this model because I was dozing off and suddenly thought of a revolutionary way to make my fingers prettier.

I eventually realised that the idea I had while dozing off was useless, so I wasted my time! But I did make something, so here it is.

-Hard Update-

A hard model is one that pursues art style at the expense of most things except art style.

It's not a good model to use on its own, but sometimes it's what you need.

-Lite Update-

It's a model that aims to improve prompt recognition, backgrounds, light sources, and overall things like finger representation at the expense of some art style.

It's not a huge improvement, but hey, at least they tried, right?

personastylecheckpoint-lite
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 Persona Style Checkpoint - LITE

-ilxl1.0 + NOOB1.1 Update-Sampling Step 10 20, CFG scale 1.5 3, Euler a, SGM UniformTrigger words for persona style: personaAt the positive prompt: masterpiece, very awa, best quality, amazing quality, very aesthetic, absurdres, newest, intricate detailsAt the negative prompt: lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, old, oldest, censored, barcensor, copyrightname, (dialogue), text, speech bubble, Dialogue box, error, fewer, extra, missing, worst quality,

Technical Specifications

Model ID
personastylecheckpoint-lite
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
May 21, 2025

Quick Start

Integrate Persona Style Checkpoint - LITE 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": "personastylecheckpoint-lite",
"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

Persona Style Checkpoint - LITE API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Persona Style Checkpoint - LITE FAQ

-ilxl1.0 + NOOB1.1 Update-Sampling Step 10 ~ 20, CFG scale 1.5 ~ 3, Euler a, SGM UniformTrigger words for persona style: personaAt the positive prompt: masterpiece, very awa, best quality, amazing quality, very aesthetic, absurdres, newest, intricate detailsAt the negative prompt: lowres, (worst qua

You can integrate Persona Style Checkpoint - LITE into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "personastylecheckpoint-lite" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Persona Style Checkpoint - LITE 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 Persona Style Checkpoint - LITE is "personastylecheckpoint-lite". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Persona Style Checkpoint - LITE and other AI models. Sign up to get free API credits and start building immediately.