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
Anime Sketch (Style) [ZIT & SDXL] - SDXL thumbnail

Anime Sketch (Style) [ZIT & SDXL] - SDXL

by ModelsLab

[sdxl_arguments]cache_text_encoder_outputs = falseno_half_vae = truemin_timestep = 0max_timestep = 1000shuffle_caption = truelowram = true[model_arguments]pretrained_model_name_or_path = "stabilityai/stable-diffusion-xl-base-1.0"vae = "/content/vae/sdxl_vae.safetensors"[dataset_arguments]debug_dataset = falsein_json = "/content/LoRA/meta_lat.json"train_data_dir = "/content/drive/MyDrive/lora_training/datasets/Anime_Sketch_SDXL"dataset_repeats = 2keep_tokens = 1resolution = "1024,1024"color_aug = falsetoken_warmup_min = 1token_warmup_step = 0[training_arguments]output_dir = "/content/drive/MyDrive/kohya-trainer/output/Anime_Sketch_SDXL"output_name = "Anime_Sketch_SDXL"save_precision = "fp16"save_every_n_epochs = 1train_batch_size = 4max_token_length = 225mem_eff_attn = falsesdpa = truexformers = falsemax_train_epochs = 10max_data_loader_n_workers = 8persistent_data_loader_workers = truegradient_checkpointing = truegradient_accumulation_steps = 1mixed_precision = "fp16"[logging_arguments]log_with = "tensorboard"logging_dir = "/content/LoRA/logs"log_prefix = "Anime_Sketch_SDXL"[sample_prompt_arguments]sample_sampler = "euler_a"[saving_arguments]save_model_as = "safetensors"[optimizer_arguments]optimizer_type = "AdaFactor"learning_rate = 0.0001max_grad_norm = 0optimizer_args = [ "scale_parameter=False", "relative_step=False", "warmup_init=False",]lr_scheduler = "constant_with_warmup"lr_warmup_steps = 100[additional_network_arguments]no_metadata = falsenetwork_module = "networks.lora"network_dim = 32network_alpha = 16network_args = []network_train_unet_only = true

anime-sketch-style-zit-sdxl-sdxl
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

anime-sketch-style-zit-sdxl-sdxl

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 Anime Sketch (Style) [ZIT & SDXL] - SDXL

[sdxlarguments]cachetextencoderoutputs = falsenohalfvae = truemintimestep = 0maxtimestep = 1000shufflecaption = truelowram = true[modelarguments]pretrainedmodelnameorpath = "stabilityai/stable-diffusion-xl-base-1.0"vae = "/content/vae/sdxlvae.safetensors"[datasetarguments]debugdataset = falseinjson = "/content/LoRA/metalat.json"traindatadir = "/content/drive/MyDrive/loratraining/datasets/AnimeSketchSDXL"datasetrepeats = 2keeptokens = 1resolution = "1024,1024"coloraug = falsetokenwarmupmin = 1tok

Technical Specifications

Model ID
anime-sketch-style-zit-sdxl-sdxl
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
December 17, 2025

Quick Start

Integrate Anime Sketch (Style) [ZIT & SDXL] - SDXL 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": "anime-sketch-style-zit-sdxl-sdxl",
"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

Anime Sketch (Style) [ZIT & SDXL] - SDXL API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Anime Sketch (Style) [ZIT & SDXL] - SDXL FAQ

[sdxl_arguments]cache_text_encoder_outputs = falseno_half_vae = truemin_timestep = 0max_timestep = 1000shuffle_caption = truelowram = true[model_arguments]pretrained_model_name_or_path = "stabilityai/stable-diffusion-xl-base-1.0"vae = "/content/vae/sdxl_vae.safetensors"[dataset_arguments]debug_datas

You can integrate Anime Sketch (Style) [ZIT & SDXL] - SDXL into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "anime-sketch-style-zit-sdxl-sdxl" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Anime Sketch (Style) [ZIT & SDXL] - SDXL 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 Anime Sketch (Style) [ZIT & SDXL] - SDXL is "anime-sketch-style-zit-sdxl-sdxl". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Anime Sketch (Style) [ZIT & SDXL] - SDXL and other AI models. Sign up to get free API credits and start building immediately.