Readme
This model doesn't have a readme.
image_tune
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run mlscade/image_tune using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "mlscade/image_tune:25ec44751071a0448d93dd9fd9aafa551d99349fc24ee5f26bced9403775f3ac",
"input": {
"vhs": false,
"blur": 0,
"noise": 0,
"sepia": false,
"glitch": false,
"contrast": 1,
"vignette": 0,
"sharpness": 0,
"brightness": 1,
"flip_image": false,
"saturation": 1,
"tilt_shift": "None",
"temperature": 1,
"ascii_effect": 0,
"auto_contrast": false,
"auto_sharpness": false,
"rotate_degrees": 0,
"black_and_white": false,
"exposure_offset": 0,
"auto_white_balance": false,
"chromatic_aberration": 0,
"auto_color_correction": false
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.