# inference.flux-control.dev.ghibli.img2img.v1

Source: https://docs.prodia.com/job-types/inference-flux-control-dev-ghibli-img2img-v1/

## Schema

```json
{
	"type": "object",
	"required": [
		"type"
	],
	"properties": {
		"type": {
			"type": "string",
			"enum": [
				"inference.flux-control.dev.ghibli.img2img.v1"
			]
		},
		"config": {
			"type": "object",
			"properties": {
				"prompt": {
					"type": "string",
					"minLength": 3,
					"maxLength": 4096,
					"examples": [
						"puppies in a cloud, 4k"
					]
				},
				"guidance_scale": {
					"type": "number",
					"default": 3.5
				},
				"seed": {
					"type": "integer",
					"examples": [
						42,
						531286735183442
					]
				}
			}
		}
	}
}
```
