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
🥂🎆SDXL FaeTastic🎆🥂 - v24 thumbnail

🥂🎆SDXL FaeTastic🎆🥂 - V24

by ModelsLab

🥂🎆NEW YEAR EDITION🎆🥂

I needed to reupload the version due to generator issues with uploading the fixed checkpoint that I updated. Same version that has been up for the past few days, so no need to re-download if you have it already. Just added some new pictures for fun.

I've been working on this model for the past couple of weeks and felt like I got it to a point where I'd be happy to release it. I've tried to create a model that has the colors and creativity of 1.5 FaeTastic and also tried to fix some issues that I feel SDXL has. I can't promise that it's perfect, but I feel like it's a step in the right direction.

I've trained several LoRAs that haven't been released for the purpose of merging them into the model, and I'll talk about the model genetics below. Hopefully openly talking about the way I merge and create models/LoRAs will open the door for others to learn as well. :)

Because I believe in the open-source spirit of SD, anyone is free to use this model or any of my LoRAs to merge or use as they see fit in an open-source sense, including selling any images or using them in personal projects. I would be extremely grateful to be credited for any merges or uses of my resources.

However, I am very opposed to having my model and resources I personally train and test and spend hundreds of hours on, be put up on third-party generation sites for their monetary gain where I receive nothing in return.

Model Genetics

Everything was merged with SuperMerger in A1111. All LoRAs were trained with Kohya.

  1. Dreamshaper XL .5 with Rundiffusion XL .5

  2. Added on top of that is the Fae Style SDXL LoRA

  3. FaeTastic V1 SDXL .7 with ProtoVisionXL .3

  4. Added SDXL High Details LoRA

  5. Added SDXL Better Eyes LoRA

  6. Trained a FaeTastic SDXL LoRA on high aesthetic, highly detailed, high resolution 1.5 personal generated images and merged in. This LoRA is pretty awesome, and I'll probably release it on its own as well.

  7. Trained an SDXL LoRA on high-resolution, highly detailed images of realistic, drawn, and digital art of hands. These images were up close pictures of hands as well as images of people holding objects. This was merged in.

Recommended Resources

For those interested in training SDXL LoRAs I highly recommend this guide that Ally and I collaborated on together with a lot of extensive testing and training: https://civitai.notion.site/SDXL-1-0-Training-Overview-4fb03d5b4cbf482ebe13ffef7bcb8ead

If you ever have any questions or need help with my resources or anything Civitai related, I am always happy to assist, you can find me in the Civitai discord! <3

sdxlfaetastic-v24
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

Select models...

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 🥂🎆SDXL FaeTastic🎆🥂 - V24

🥂🎆NEW YEAR EDITION🎆🥂I needed to reupload the version due to generator issues with uploading the fixed checkpoint that I updated. Same version that has been up for the past few days, so no need to re-download if you have it already. Just added some new pictures for fun. I've been working on this model for the past couple of weeks and felt like I got it to a point where I'd be happy to release it. I've tried to create a model that has the colors and creativity of 1.5 FaeTastic and also tried t

Technical Specifications

Model ID
sdxlfaetastic-v24
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
May 21, 2025

Quick Start

Integrate 🥂🎆SDXL FaeTastic🎆🥂 - V24 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": "sdxlfaetastic-v24",
"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

🥂🎆SDXL FaeTastic🎆🥂 - V24 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

🥂🎆SDXL FaeTastic🎆🥂 - V24 FAQ

🥂🎆NEW YEAR EDITION🎆🥂I needed to reupload the version due to generator issues with uploading the fixed checkpoint that I updated. Same version that has been up for the past few days, so no need to re-download if you have it already. Just added some new pictures for fun. I've been working on this

You can integrate 🥂🎆SDXL FaeTastic🎆🥂 - V24 into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "sdxlfaetastic-v24" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

🥂🎆SDXL FaeTastic🎆🥂 - V24 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 🥂🎆SDXL FaeTastic🎆🥂 - V24 is "sdxlfaetastic-v24". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try 🥂🎆SDXL FaeTastic🎆🥂 - V24 and other AI models. Sign up to get free API credits and start building immediately.