Happy Horse 1.0 is now on ModelsLab

Try Now
Skip to main content
Modern Disney XL thumbnail

Modern Disney XL

by ModelsLab

I added an inpainting version for this model, I recommend using the "color correction" option under the img2img tab in AUTO1111 settings. To do this "drop-in replacement" inpainting shown in the image, you need to set "Masked content" to "latent noise", and set "Denoising strength" to 1. I used Mask blur 16 and padding 8. Put "error" in negative prompt to suppress artifacts.

Version 3: I think this one is a major improvement to v2, I used the same prompts in the image showcase as a comparison.

The trigger tokens are in the model description to the right, they are not necessary but recommended for most cases. Try adding "pixar render" if you want more disney/pixar style images.

The now ancient "modern disney v1" model was one of my favorite, so I decided to carry on some of its legacy by training an SDXL version!

 

Img2img aka "Disneyfication":

  1. Choose any image you want (realistic photos probably work best)

  2. Resize your image so that its resolution fits within SDXL resolution bounds (e.g. resize to 1024px on the shorter side)

  3. Use AUTO1111 img2img tab and load image (or the equivalent for any alternative UI)

  4. Choose Euler sampler (usually best results), start with denoising 0.1, steps 40-120 (lower denoising needs higher steps to compensate)

  5. Enter "modisn disney style" as a prompt (sometimes giving a general description of the image can help, e.g. "modisn disney style, girl holding a cat"). You can try working with the negative prompt but keep both prompts short

  6. Hit generate and see what you get! Play around with the settings, higher denoising values allow for stronger Disney render effect but will also deviate more strongly from the original image. CFG also controls the strength of the effect.

  7. (Optional) Choose AUTO1111 loopback script on the bottom, I recommend staying with only 2 loops, start with the first loop at 0.1 and the second at 0.15 or 0.2, and see what you can do from there. It will allow you to use higher denoising values while suppressing unwanted "mutations" in the image.

modern-disney-xl
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 Modern Disney XL

I added an inpainting version for this model, I recommend using the "color correction" option under the img2img tab in AUTO1111 settings. To do this "drop-in replacement" inpainting shown in the image, you need to set "Masked content" to "latent noise", and set "Denoising strength" to 1. I used Mask blur 16 and padding 8. Put "error" in negative prompt to suppress artifacts. Version 3: I think this one is a major improvement to v2, I used the same prompts in the image showcase as a comparison. T

Technical Specifications

Model ID
modern-disney-xl
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
April 11, 2024

Quick Start

Integrate Modern Disney XL 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": "modern-disney-xl",
"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

Modern Disney XL API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Modern Disney XL FAQ

I added an inpainting version for this model, I recommend using the "color correction" option under the img2img tab in AUTO1111 settings. To do this "drop-in replacement" inpainting shown in the image, you need to set "Masked content" to "latent noise", and set "Denoising strength" to 1. I used Mask

You can integrate Modern Disney XL into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "modern-disney-xl" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Modern Disney XL 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 Modern Disney XL is "modern-disney-xl". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Modern Disney XL and other AI models. Sign up to get free API credits and start building immediately.