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
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 6,
"description": "Random seed. Leave blank to randomize the seed."
},
"style": {
"enum": [
"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"
],
"type": "string",
"title": "style",
"description": "Option for style",
"default": "soft-and-squishy-linework",
"x-order": 9
},
"width": {
"type": "integer",
"title": "Width",
"default": 1024,
"maximum": 2048,
"minimum": 1,
"x-order": 7,
"description": "Width of an output."
},
"height": {
"type": "integer",
"title": "Height",
"default": 1024,
"maximum": 2048,
"minimum": 1,
"x-order": 8,
"description": "Height of an output."
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Input prompt."
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 7,
"maximum": 20,
"minimum": 0,
"x-order": 5,
"description": "Scale for classifier-free guidance."
},
"num_gate_steps": {
"type": "integer",
"title": "Num Gate Steps",
"default": 10,
"maximum": 50,
"minimum": 1,
"x-order": 2,
"description": "Number of gate steps."
},
"style_strength": {
"type": "number",
"title": "Style Strength",
"default": 0.8,
"maximum": 1,
"minimum": 0,
"x-order": 10,
"description": "Strength for style"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"x-order": 1,
"description": "Input negative prompt."
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 30,
"maximum": 50,
"minimum": 1,
"x-order": 3,
"description": "Number of denoising steps."
},
"num_images_per_prompt": {
"type": "integer",
"title": "Num Images Per Prompt",
"default": 4,
"maximum": 4,
"minimum": 1,
"x-order": 4,
"description": "Number of outputs."
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}