-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
16 lines (16 loc) · 951 Bytes
/
config.example.json
File metadata and controls
16 lines (16 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"api_key": "YOUR_API_KEY_HERE",
"base_url": "https://api.go-model.com/v1",
"timeout": 60,
"input_dir": "./images",
"prompt": "Please enhance this image with the following style: Wooden pedestal under a single, soft spotlight. Background: deep charcoal-gray museum wall with subtle gradients and depth of field. A soft halo of warm light gently illuminates the artifact, enhancing its natural textures and true colors without overexposure. The scene evokes a luxury museum exhibition environment — calm, elegant, and refined. Ultra-realistic ceramic or stone texture, professional product-photography lighting, visible floor reflections, and a sense of spatial depth.",
"model": "gemini-2.5-flash-image-preview",
"output_file": "results.json",
"output_dir": "output",
"output_long_side": 3840,
"output_name_template": "{stem}_enhanced.png",
"write_results": false,
"delay": 2.0,
"temperature": 0.0,
"max_tokens": 2048
}