Realistic Vision
Generate photorealistic images from text prompts with Realistic Vision V6. Supports text-to-image, image-to-image, and inpainting with multiple scheduler options.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "realistic-vision-v6-0-b1",
"version": "0.0.1",
"input": {
"prompt": "photo of offroad car, forest, sunset, clouds",
"width": 512,
"height": 728,
"guidance_scale": 7.5,
"num_inference_steps": 20
}
}'
Parameters
| Parameter |
Type |
Default |
Description |
| guidance_scale |
number |
7.5 |
Guidance scale - how much the model follows the prompt |
| height |
integer |
728 |
Height of generated image |
| image |
string |
- |
Input image for img2img mode |
| mask |
string |
- |
Mask for inpainting (specifies which parts to alter) |
| negative_prompt |
string |
(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)... |
Negative prompt |
| num_inference_steps |
integer |
20 |
Number of inference steps |
| prompt |
string |
photo of offroad car, forest, sunset, clouds |
Text prompt for generation |
| scheduler |
string |
K_EULER_ANCESTRAL |
Scheduler. enum: DDIM, DPMSolverMultistep, HeunDiscrete, K_EULER_ANCESTRAL, K_EULER, PNDM |
| seed |
integer |
- |
Random seed for reproducibility |
| strength |
number |
1 |
Strength of transformation when using img2img |
| use_karras_sigmas |
boolean |
false |
Use Karras sigmas for improved image quality |
| width |
integer |
512 |
Width of generated image |
Examples
Photorealistic portrait:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "realistic-vision-v6-0-b1",
"version": "0.0.1",
"input": {
"prompt": "RAW photo, a beautiful woman standing in golden wheat field, natural skin, 8k uhd, DSLR, film grain, Fujifilm XT3",
"negative_prompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, low quality, blurry",
"width": 512,
"height": 768,
"guidance_scale": 7,
"num_inference_steps": 25,
"scheduler": "DPMSolverMultistep",
"use_karras_sigmas": true
}
}'
Image-to-image style transfer:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "realistic-vision-v6-0-b1",
"version": "0.0.1",
"input": {
"prompt": "RAW photo, a cozy cabin in snowy mountains, warm lights, 8k uhd, high quality",
"image": "https://example.com/cabin-sketch.jpg",
"strength": 0.75,
"guidance_scale": 8,
"num_inference_steps": 25,
"seed": 42
}
}'
Related Models
Documentation
1---2name: realistic-vision-v6-0-b13description: Realistic Vision | Photorealistic Image Generation. Generate photorealistic images with img2img and inpainting support. Triggers: realistic vision, photorealistic, realistic image, photo generation, realistic portrait4---56# Realistic Vision78Generate photorealistic images from text prompts with Realistic Vision V6. Supports text-to-image, image-to-image, and inpainting with multiple scheduler options.910## Quick Start1112> Requires an each::labs API key. Get one at [eachlabs.ai](https://eachlabs.ai).1314```bash15curl -X POST https://api.eachlabs.ai/v1/prediction \16 -H "Content-Type: application/json" \17 -H "X-API-Key: $EACHLABS_API_KEY" \18 -d '{19 "model": "realistic-vision-v6-0-b1",20 "version": "0.0.1",21 "input": {22 "prompt": "photo of offroad car, forest, sunset, clouds",23 "width": 512,24 "height": 728,25 "guidance_scale": 7.5,26 "num_inference_steps": 2027 }28 }'29```3031## Parameters3233| Parameter | Type | Default | Description |34|-----------|------|---------|-------------|35| guidance_scale | number | 7.5 | Guidance scale - how much the model follows the prompt |36| height | integer | 728 | Height of generated image |37| image | string | - | Input image for img2img mode |38| mask | string | - | Mask for inpainting (specifies which parts to alter) |39| negative_prompt | string | (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)... | Negative prompt |40| num_inference_steps | integer | 20 | Number of inference steps |41| prompt | string | photo of offroad car, forest, sunset, clouds | Text prompt for generation |42| scheduler | string | K_EULER_ANCESTRAL | Scheduler. enum: DDIM, DPMSolverMultistep, HeunDiscrete, K_EULER_ANCESTRAL, K_EULER, PNDM |43| seed | integer | - | Random seed for reproducibility |44| strength | number | 1 | Strength of transformation when using img2img |45| use_karras_sigmas | boolean | false | Use Karras sigmas for improved image quality |46| width | integer | 512 | Width of generated image |4748## Examples4950**Photorealistic portrait:**51```bash52curl -X POST https://api.eachlabs.ai/v1/prediction \53 -H "Content-Type: application/json" \54 -H "X-API-Key: $EACHLABS_API_KEY" \55 -d '{56 "model": "realistic-vision-v6-0-b1",57 "version": "0.0.1",58 "input": {59 "prompt": "RAW photo, a beautiful woman standing in golden wheat field, natural skin, 8k uhd, DSLR, film grain, Fujifilm XT3",60 "negative_prompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, low quality, blurry",61 "width": 512,62 "height": 768,63 "guidance_scale": 7,64 "num_inference_steps": 25,65 "scheduler": "DPMSolverMultistep",66 "use_karras_sigmas": true67 }68 }'69```7071**Image-to-image style transfer:**72```bash73curl -X POST https://api.eachlabs.ai/v1/prediction \74 -H "Content-Type: application/json" \75 -H "X-API-Key: $EACHLABS_API_KEY" \76 -d '{77 "model": "realistic-vision-v6-0-b1",78 "version": "0.0.1",79 "input": {80 "prompt": "RAW photo, a cozy cabin in snowy mountains, warm lights, 8k uhd, high quality",81 "image": "https://example.com/cabin-sketch.jpg",82 "strength": 0.75,83 "guidance_scale": 8,84 "num_inference_steps": 25,85 "seed": 4286 }87 }'88```8990## Related Models9192- [flux-dev-realism](../flux-dev-realism/) - Flux-based photorealistic generation93- [realisitic-vision-v3-inpainting](../realisitic-vision-v3-inpainting/) - Realistic inpainting94- [flux-dev](../flux-dev/) - Flux Dev image generation9596## Documentation9798- [each::labs Docs](https://docs.eachlabs.ai)99- [API Reference](https://docs.eachlabs.ai/api/overview)