smoretalk / various-style

  • Public
  • 16 runs

Run smoretalk/various-style 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
prompt
string
Input prompt.
negative_prompt
string
Input negative prompt.
num_gate_steps
integer
10

Min: 1

Max: 50

Number of gate steps.
num_inference_steps
integer
30

Min: 1

Max: 50

Number of denoising steps.
num_images_per_prompt
integer
4

Min: 1

Max: 4

Number of outputs.
guidance_scale
number
7

Max: 20

Scale for classifier-free guidance.
seed
integer
Random seed. Leave blank to randomize the seed.
width
integer
1024

Min: 1

Max: 2048

Width of an output.
height
integer
1024

Min: 1

Max: 2048

Height of an output.
style
string (enum)
soft-and-squishy-linework

Options:

soft-and-squishy-linework, brokenshadows, colorfulshadowsketch, littletinies, BandW-Manga, hautecoutureillustration, japanese-poster-prints, araminta-k-illustration, abstractanimepainting, geminianime, popartanime, soft-ones, softpastelanime, paintinglight, vincentsketchmanga, lostandlonelymanga, sketchedoutmanga, Painted-illustration, frosting-lane, soft-focus-3d, colorized-blockprints, digital-manga-cuties, lofi-cuties, manga-soup, haunted-linework, the-point

Option for style
style_strength
number
0.8

Max: 1

Strength for style

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"
}