Unlimited Open Source Models

Get Plan
Skip to main content
Blahaj! - v7-sdxl thumbnail

Blahaj! - V7-Sdxl

by ModelsLab

Retrained using SimpleTuner in LyCORIS mode:{ "--resume_from_checkpoint": "latest", "--data_backend_config": "/home/fox/LoRA/Blahaj/multidatabackend-1024.json", "--aspect_bucket_rounding": 2, "--seed": 42, "--minimum_image_size": 0, "--disable_benchmark": false, "--output_dir": "output/blahaj-sdxl-v7", "--lora_type": "lycoris", "--lycoris_config": "config/blahaj-flux/lycoris_config.json", "--max_train_steps": 5000, "--num_train_epochs": 0, "--checkpointing_steps": 500, "--checkpoints_total_limit": 5, "--model_type": "lora", "--lora_rank": 32, "--pretrained_model_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0", "--model_family": "sdxl", "--train_batch_size": 1, "--gradient_checkpointing": "true", "--caption_dropout_probability": 0.0, "--resolution_type": "pixel_area", "--resolution": 1024, "--validation_seed": 42, "--validation_steps": 500, "--validation_resolution": "1024x1024", "--validation_guidance": 4.2, "--validation_guidance_rescale": "0.0", "--validation_num_inference_steps": "20", "--validation_prompt": "blahaj toy plush shark", "--user_prompt_library": "/home/fox/LoRA/Blahaj/user_prompt_library.json", "--mixed_precision": "bf16", "--optimizer": "adamw_bf16", "--learning_rate": "1e-4", "--lr_scheduler": "polynomial", "--lr_warmup_steps": 100, "--base_model_precision": "int8-quanto", "--validation_torch_compile": "false" }

blahaj-v7-sdxl
Open Source ModelUnlimited UsageLLMs.txt
API Playground

Input

blahaj-v7-sdxl

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 Blahaj! - V7-Sdxl

Retrained using SimpleTuner in LyCORIS mode:{ "--resumefromcheckpoint": "latest", "--databackendconfig": "/home/fox/LoRA/Blahaj/multidatabackend-1024.json", "--aspectbucketrounding": 2, "--seed": 42, "--minimumimagesize": 0, "--disablebenchmark": false, "--outputdir": "output/blahaj-sdxl-v7", "--loratype": "lycoris", "--lycorisconfig": "config/blahaj-flux/lycorisconfig.json", "--maxtrainsteps": 5000, "--numtrainepochs": 0, "--checkpointingsteps": 500, "--checkpointstotallimit": 5, "--modeltype":

Technical Specifications

Model ID
blahaj-v7-sdxl
Provider
ModelsLab
Task
AI Generation
Price
$0.0047 per API call
Added
July 8, 2025

Quick Start

Integrate Blahaj! - V7-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": "blahaj-v7-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}")

Pricing

Blahaj! - V7-Sdxl API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Blahaj! - V7-Sdxl FAQ

Retrained using SimpleTuner in LyCORIS mode:{ "--resume_from_checkpoint": "latest", "--data_backend_config": "/home/fox/LoRA/Blahaj/multidatabackend-1024.json", "--aspect_bucket_rounding": 2, "--seed": 42, "--minimum_image_size": 0, "--disable_benchmark": false, "--output_dir": "output/blahaj-sdxl-v

You can integrate Blahaj! - V7-Sdxl into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "blahaj-v7-sdxl" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Blahaj! - V7-Sdxl 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 Blahaj! - V7-Sdxl is "blahaj-v7-sdxl". 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.