Happy Horse 1.0 is now on ModelsLab

Try Now
Skip to main content
Dark Haunted Fantasy - v5.0 HD+ thumbnail

Dark Haunted Fantasy - V5.0 HD+

by ModelsLab

About this versionVersion 5 represents another significant enhancement.Version 5 Training:Version 5 is trained at twice the resolution of versin 4 and four times the resolution used in versions 1-3.Version 5 underwent 91 epochs of training , 9 fewer then version 4 but more steps due to the larger dataset.A higher rank, 16, was utilized to enhance the model s ability to discern intricate details.Version 5 Dataset:The source images for Version 5 were retrieved from the original sources (no AI-generated images were utilized in the dataset). Each image is either a high-quality, exceptionally high-resolution source image or a composite image created by meticulously combining high-quality, exceptionally high-resolution source images with extensive photoshopping techniques to produce a high-quality digital artwork tailored to showcase specific visual elements for the LORA s training.Version 5 is an expanded version of Version 4, encompassing a wider range of surreal imagery and more detailed examples.I created Version 5 to include images with twice the resolution of Versions 4. Four times the resolution of Versions 2, and Versions 1. This enhancement ensures that smaller details are in resolution. (I manually scale the images to control the specific scaling algorithm that best aligns with the intended use case, guaranteeing optimal image quality in the dataset.) No images were upscaled, only downscaled from higher-resolution source images.I was really worried that version 5 would come out poorly because it again doubles the resolution of the dataset and the resolution the LORA is trained at. It also doubles the rank (to 16) and increases the number of points in images in the dataset (almost double).I have seen many articles, websites, etc., that warn of problems when the dataset gets this large, causing issues and the risk of teaching the LORA unintended lessons (it learns more details at the higher ranks, so if you have smaller quality issues with your dataset that didn't get picked up at the lower rank, they may be learned at the higher ranks). It is also easier to overfit the model if you do not have a diverse enough dataset or you train the model for too long.Testing has yielded impressive results, and I am extremely pleased with the results.

dark-haunted-fantasy-v5-0-hd
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

dark-haunted-fantasy-v5-0-hd

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 Dark Haunted Fantasy - V5.0 HD+

About this versionVersion 5 represents another significant enhancement.Version 5 Training:Version 5 is trained at twice the resolution of versin 4 and four times the resolution used in versions 1-3.Version 5 underwent 91 epochs of training , 9 fewer then version 4 but more steps due to the larger dataset.A higher rank, 16, was utilized to enhance the model s ability to discern intricate details.Version 5 Dataset:The source images for Version 5 were retrieved from the original sources (no AI-gene

Technical Specifications

Model ID
dark-haunted-fantasy-v5-0-hd
Provider
Modelslab
Category
Image Models
Task
Text to Image
Price
$0.0047 per API call
Added
July 8, 2025

Key Features

  • High-resolution AI image generation from text prompts
  • Negative prompt support for precise control
  • Multiple output formats and aspect ratios
  • Adjustable inference steps and guidance scale
  • Batch generation support via API

Quick Start

Integrate Dark Haunted Fantasy - V5.0 HD+ 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": "dark-haunted-fantasy-v5-0-hd",
"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

Dark Haunted Fantasy - V5.0 HD+ API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Use Cases

  • Product photography and e-commerce visuals
  • Marketing and social media content creation
  • Concept art and design prototyping
  • Custom illustrations and artwork

Dark Haunted Fantasy - V5.0 HD+ FAQ

About this versionVersion 5 represents another significant enhancement.Version 5 Training:Version 5 is trained at twice the resolution of versin 4 and four times the resolution used in versions 1-3.Version 5 underwent 91 epochs of training , 9 fewer then version 4 but more steps due to the larger da

You can integrate Dark Haunted Fantasy - V5.0 HD+ into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "dark-haunted-fantasy-v5-0-hd" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Dark Haunted Fantasy - V5.0 HD+ 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 Dark Haunted Fantasy - V5.0 HD+ is "dark-haunted-fantasy-v5-0-hd". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Dark Haunted Fantasy - V5.0 HD+ and other AI models. Sign up to get free API credits and start building immediately.