
andreasjansson/landscaping

Make your garden pretty
Public
8
runs
Run andreasjansson/landscaping with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
garden_image |
string
|
Input image of a garden to redesign
|
|
custom_style |
string
|
|
Optional: Custom garden style description (leave empty to generate contextually appropriate styles)
|
seed |
integer
|
Random seed for reproducible results (not used with nano-banana but kept for compatibility)
|
{
"type": "object",
"title": "Input",
"required": [
"garden_image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 2,
"nullable": true,
"description": "Random seed for reproducible results (not used with nano-banana but kept for compatibility)"
},
"custom_style": {
"type": "string",
"title": "Custom Style",
"default": "",
"x-order": 1,
"description": "Optional: Custom garden style description (leave empty to generate contextually appropriate styles)"
},
"garden_image": {
"type": "string",
"title": "Garden Image",
"format": "uri",
"x-order": 0,
"description": "Input image of a garden to redesign"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}
Example API response
View prediction
['https://replicate.delivery/xezq/42angDPMbnY3L5uOqQokPaZq6PIEtc7z1x6wPl9pqpPbtxUF/garden_design_nordic_woodland_garden.jpg',
'https://replicate.delivery/xezq/oL7Ti0e8dGyTVqn29AccBYNZNv0R2j495jCuTDvICUT2ajpKA/garden_design_scandinavian_minimalist_garden.jpg',
'https://replicate.delivery/xezq/evuMoTUYrpXRe0JrSB605PyWADQaXAt5K6XJRZMX3Lgs1GTVA/garden_design_heritage_kitchen_garden.jpg',
'https://replicate.delivery/xezq/fskF6ZleRWucjUxJsTUN1mD0ZRBk9p9x6XjqrVFTMDWs1GTVA/garden_design_alpine_meadow_garden.jpg',
'https://replicate.delivery/xezq/DJVheEmSSlQiOaAcqxzgCfAOkOFxSTMiww3dZr5JkyLs1GTVA/garden_design_perennial_border_paradise.jpg']