FLUX Half Illustration

Model Information

Display Name: FLUX Half Illustration

API Model ID: davisbrown/flux-half-illustration

Category: Text To Image

Description: FLUX Half Illustration is a LoRA fine-tune that generates stunning hybrid images blending photographic realism with illustrated artistic elements. Uses the trigger phrase "in the style of TOK" to activate the half-illustration style. **Key Features:** - Half photo, half illustration hybrid style - Blends realistic photography with drawn/artistic elements - Works with flames, flowers, sparkles, stickers, graffiti, typography - LoRA fine-tune on FLUX for high quality output **Best For:** - Creative social media content - Artistic portrait photography - Mixed-media style compositions - Decorative and stylized visuals **Usage Tip:** Include "in the style of TOK" in your prompt to activate the illustration effect.

How to Use This Model

To use FLUX Half Illustration via the HInow.ai API, use the model ID: davisbrown/flux-half-illustration

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "davisbrown/flux-half-illustration",
  "messages": [
    {"role": "user", "content": "Your message here"}
  ]
}
              

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "davisbrown/flux-half-illustration",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.02

Available Parameters

  • aspect_ratio: Output image aspect ratio (Options: 1:1, 4:3, 3:4, 16:9, 9:16)
  • num_inference_steps: Number of inference steps (default: 28) (Options: 20, 25, 28, 30, 40)
  • guidance_scale: Guidance scale (default: 2.5) (Options: 1.5, 2.0, 2.5, 3.0, 3.5)
  • output_format: Output image format (Options: jpeg, png)

Quick Reference

To use this model, set: "model": "davisbrown/flux-half-illustration"

Featured: No

Documentation: https://hinow.ai/models/davisbrown/flux-half-illustration

API Endpoint: https://api.hinow.ai/v1

Back to Models

FLUX Half Illustration

davisbrown/flux-half-illustration

$0.020
per image

About

FLUX Half Illustration is a LoRA fine-tune that generates stunning hybrid images blending photographic realism with illustrated artistic elements. Uses the trigger phrase "in the style of TOK" to activate the half-illustration style.

Key Features:

  • Half photo, half illustration hybrid style
  • Blends realistic photography with drawn/artistic elements
  • Works with flames, flowers, sparkles, stickers, graffiti, typography
  • LoRA fine-tune on FLUX for high quality output

Best For:

  • Creative social media content
  • Artistic portrait photography
  • Mixed-media style compositions
  • Decorative and stylized visuals

Usage Tip:
Include "in the style of TOK" in your prompt to activate the illustration effect.

Capabilities

Text To Image

Parameters

aspect_ratio

Output image aspect ratio

1:14:33:416:99:16
num_inference_steps

Number of inference steps (default: 28)

2025283040
guidance_scale

Guidance scale (default: 2.5)

1.52.02.53.03.5
output_format

Output image format

jpegpng

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "davisbrown/flux-half-illustration",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "aspect_ratio": "1:1",
      "num_inference_steps": "20",
      "guidance_scale": "1.5",
      "output_format": "jpeg"
    }
  }'