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
three-delicacy thumbnail

Three-Delicacy

by ModelsLab

Description:

A LoRA mixed model of my earlier 餃子Mix. This checkpoint kind of puts the whole picture through a monochromatic filter reminiscent of the 水墨畫 style calligraphy used in Sinosphere traditional paintings. It has an extremely heavy effect on trees and landscapes, where the leaves turn into the ink blotting reminiscent of calligraphy painting. Less-so on the characters, as a result the tuning ratio has been adjusted to preserve the anime-esque style of the characters.

 

Originally I was going to name it 虾饺Mix because I love shrimp jiaozi, but since I added a bit of the 伢伢書 LoRA, I figured I'd make it more Shanghai-esque (plus I had wontons for lunch yesterday). Hence, 三餡馄饨Mix.

Versions:

As of now there are 3 versions. Base, Anime, and MSG. Base is just GyozaMix with a light filter. It's okay to take in LoRAs. Season to your taste. Clothing and character LoRAs are more compatible. MSG edition is more 水墨畫. I basically turned up the loras in strength until it stopped looking good and then took a step back from that. Stylistic effect is very strong, but it's still recognizably illustrative. Anime is my personal favorite. It's more aesthetically 水墨畫 with all that entails but also retains those classic anime style features beneath all the watercolor ink art. You can try style loras on it but to be honest it's not as versatile as base and might collapse.

Usage Notes:

I recommend you be a bit careful of using Latent upscaler at high denoise. Because the model is a bit heavily opinionated given the style goal and such, at high denoise it tends to shoot strongly to turn it into a real Chinese watercolor painting and thus heavily changes the original image.

With MSG edition, you need to prompt for realism or else the shuimobyhua effect will be too strong. A good style to try is:

(ultra high res,photorealistic,realistic,best quality,photo-realistic),
(high detailed skin,visible pores),(real person,photograph),
(8k, raw photo, best quality, masterpiece)
three-delicacy
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 Three-Delicacy

Description: A LoRA mixed model of my earlier 餃子Mix. This checkpoint kind of puts the whole picture through a monochromatic filter reminiscent of the 水墨畫 style calligraphy used in Sinosphere traditional paintings. It has an extremely heavy effect on trees and landscapes, where the leaves turn into the ink blotting reminiscent of calligraphy painting. Less-so on the characters, as a result the tuning ratio has been adjusted to preserve the anime-esque style of the characters.   Originally I

Technical Specifications

Model ID
three-delicacy
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
April 30, 2023

Quick Start

Integrate Three-Delicacy 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": "three-delicacy",
"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

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

Three-Delicacy FAQ

Description: A LoRA mixed model of my earlier 餃子Mix. This checkpoint kind of puts the whole picture through a monochromatic filter reminiscent of the 水墨畫 style calligraphy used in Sinosphere traditional paintings. It has an extremely heavy effect on trees and landscapes, where the leaves turn into t

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

Three-Delicacy 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 Three-Delicacy is "three-delicacy". Use this ID in your API requests to specify this model.

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