Photo Glow

Model Information

Display Name: Photo Glow

API Model ID: davisbrown/photo-glow

Category: Text To Image

Description: Photo Glow is a FLUX LoRA that creates photographic images with a beautiful luminous glow effect. Background scenery trends toward light neon aesthetics with soft, radiant lighting. **Key Features:** - Photographic images with luminous glow - Light neon background aesthetics - Soft radiant lighting effects - Beautiful bokeh and light diffusion **Best For:** - Portrait photography with glow effects - Neon-lit atmospheric scenes - Dreamy, ethereal compositions - Stylized product photography **Usage:** The trigger word TOK is automatically added to your prompt.

How to Use This Model

To use Photo Glow via the HInow.ai API, use the model ID: davisbrown/photo-glow

API Request Example (Chat/Text)


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

{
  "model": "davisbrown/photo-glow",
  "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/photo-glow",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.04

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/photo-glow"

Featured: No

Documentation: https://hinow.ai/models/davisbrown/photo-glow

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

Back to Models

Photo Glow

davisbrown/photo-glow

$0.040
per image

About

Photo Glow is a FLUX LoRA that creates photographic images with a beautiful luminous glow effect. Background scenery trends toward light neon aesthetics with soft, radiant lighting.

Key Features:

  • Photographic images with luminous glow
  • Light neon background aesthetics
  • Soft radiant lighting effects
  • Beautiful bokeh and light diffusion

Best For:

  • Portrait photography with glow effects
  • Neon-lit atmospheric scenes
  • Dreamy, ethereal compositions
  • Stylized product photography

Usage:
The trigger word TOK is automatically added to your prompt.

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/photo-glow",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "aspect_ratio": "1:1",
      "num_inference_steps": "20",
      "guidance_scale": "1.5",
      "output_format": "jpeg"
    }
  }'