Happy Horse 1.0 is now on ModelsLab

Try Now
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 PlaygroundAPI Documentation

Input

blahaj-v7-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 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}")

View the full API documentation for SDKs, code examples in Python, JavaScript, and more.

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 uses pay-per-use pricing with no minimum commitments. A free tier is available to get started.

The model ID for Blahaj! - V7-Sdxl is "blahaj-v7-sdxl". Use this ID in your API requests to specify this model.

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