lucataco / vectorized-dot-grid

Vectorized dot grid - by Brett from Designjoy

  • Public
  • 180 runs
  • CPU
  • GitHub
Iterate in playground

Input

image
*file

Input image to convert to dot grid

integer
(minimum: 2, maximum: 50)

Size of each dot in the grid (higher = fewer, larger dots)

Default: 8

number
(minimum: 0.1, maximum: 1)

Scale factor for dot size relative to grid cell (0.1-1.0)

Default: 0.8

integer
(minimum: 256, maximum: 2048)

Width of output image in pixels

Default: 1024

number
(minimum: 0, maximum: 1)

Brightness threshold for dot visibility (0.0-1.0)

Default: 0.1

Output

output
Generated in

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

Cog implementation of Brett’s (from Designjoy) Vectorized dot grid image effect