avaid96 / test-publish-flow

A model I copied to blur an image

  • Public
  • 251 runs
  • GitHub

Run time and cost

This model costs approximately $0.00010 to run on Replicate, or 10000 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on CPU hardware. Predictions typically complete within 1 seconds.

Readme

Blur This model applies box blur to an input image.

Usage First, make sure you’ve got the latest version of Cog installed.

Build the image:

cog build Now you can run predictions on the model:

cog predict -i image=@examples/lena.png -i blur=4

cog predict -i image=@examples/lena.png -i blur=6