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
GALDream thumbnail

GALDream

by ModelsLab

This is the Anime Version of the GAL series. It is a merge of various favorites. I once had a friend that called merges "shaken not stirred" kinda like a martini and I am your bartender.

This is an advance model. (This is a full model not "pruned" as it is an experimental model). You have to be very specific, concise and thoughtful when crafting a prompt. The recommended settings are 850x850. (550x550 is okay but the quality might suffer). Hires upscale 2x-4x. R-ESRGAN x4. DPM++ 2M Karras.

こののは「GAL」シリーズのアニメバージョンです。さまざまなお気に入りを組み合わせたものです。以前、友人が合体を「完璧に混ぜられたもの」と言っていました。まるでマティーニのように。そして私はあなたのバーテンダーです。

こちらは高度なモデルです。プロンプトを作成する際には、非常に具体的で、簡潔で、考え抜かれた指示が必要です。推奨される設定は850x850です。(550x550も可ですが、品質が低下するかもしれません)。ハイレゾリューションは2x-4xの拡大。R-ESRGAN x4。DPM++ 2M Karras。

Out-of-Scope Use

Not suitable for real-image synthesis or outside the scope of anime/2.5D styles. Cannot be used to create harmful or illegal content.

Recommendations

Ensure diverse textual inputs for balanced image outputs. Respect the license terms especially around prohibited uses.

galdream
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 GALDream

This is the Anime Version of the GAL series. It is a merge of various favorites. I once had a friend that called merges "shaken not stirred" kinda like a martini and I am your bartender. This is an advance model. (This is a full model not "pruned" as it is an experimental model). You have to be very specific, concise and thoughtful when crafting a prompt. The recommended settings are 850x850. (550x550 is okay but the quality might suffer). Hires upscale 2x-4x. R-ESRGAN x4. DPM++ 2M Karras. こののは「

Technical Specifications

Model ID
galdream
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
November 22, 2023

Quick Start

Integrate GALDream 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": "galdream",
"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

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

GALDream FAQ

This is the Anime Version of the GAL series. It is a merge of various favorites. I once had a friend that called merges "shaken not stirred" kinda like a martini and I am your bartender. This is an advance model. (This is a full model not "pruned" as it is an experimental model). You have to be very

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

GALDream 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 GALDream is "galdream". Use this ID in your API requests to specify this model.

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