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
ParchartXL thumbnail

ParchartXL

by ModelsLab

ParchartXL - art on parchment

The unifying theme of this LoRA is the substrate - parchment. Just add 'on parchment' to any prompt!

2.0 update: After quite a few iterations, this model is finally approaching what always was my vision for it - a warm-toned, textured substrate with an art style of ink or pencil and watercolor or colored pencil that responds to a wide range of prompts.

The parchment texture in early iterations of the LoRA were spot on, but the illustration style much more chaotic and messy than I wanted. As I refined the illustration style, I lost consistency of the parchment appearance too often. But with 1.5 I got much closer, though the illustration style moved a bit further from my target. And in 2.0 it finally all comes together. This is the style I have been aiming to present since I started training this odd thing.

I can see it taking potentially one more version, as I revisit the idea of training on old maps, to bring some authentic-looking cartography. It's a very niche interest - but that would be my ideal form for ParchArt.

If you want a bolder illustration style, I recommend using this LoRA at 1.0 strength in conjunction with Eldritch Comics at a lower strength, around 0.5

Have some need to generate just a blank sheet of parchment? Check out the version 0.5 I uploaded here as well. Pretty niche kind of thing, but it's yours if you want it!

I'm happy to share my work for free, just as the base model SDXL came free to us all. But if you felt compelled to offer some material form of thanks, you can buy me a coffee, or you can buy my (darn near unreadable, I warn you) short story 'Willem & Ellene'.

 

Author: eldritchadam

https://civitai.com/models/141471/parchartxl

parchartxl
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

parchartxl

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 ParchartXL

ParchartXL - art on parchment The unifying theme of this LoRA is the substrate - parchment. Just add 'on parchment' to any prompt! 2.0 update: After quite a few iterations, this model is finally approaching what always was my vision for it - a warm-toned, textured substrate with an art style of ink or pencil and watercolor or colored pencil that responds to a wide range of prompts. The parchment texture in early iterations of the LoRA were spot on, but the illustration style much more

Technical Specifications

Model ID
parchartxl
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
February 18, 2024

Quick Start

Integrate ParchartXL 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": "parchartxl",
"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

ParchartXL API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

ParchartXL FAQ

ParchartXL - art on parchment The unifying theme of this LoRA is the substrate - parchment. Just add 'on parchment' to any prompt! 2.0 update: After quite a few iterations, this model is finally approaching what always was my vision for it - a warm-toned, textured substrate with an art sty

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

ParchartXL 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 ParchartXL is "parchartxl". Use this ID in your API requests to specify this model.

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