You're looking at a specific version of this model. Jump to the model overview.

bytedance /res-adapter:7419dc0a

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
base_model
string (enum)
sdxl

Options:

sd1.5, sdxl

Choose a stable diffusion architecture, supporting sd1.5 and sdxl.
model_name
string
Lykon/dreamshaper-xl-1-0
Name of a stable diffusion model, should have either sd1.5 or sdxl architecture.
prompt
string
cinematic film still, photo of a girl, cyberpunk, neonpunk, headset, city at night, sony fe 12-24mm f/2.8 gm, close up, 32k uhd, wallpaper, analog film grain, SONY headset
Input prompt
negative_prompt
string
ugly, deformed, noisy, blurry, nsfw, low contrast, text, BadDream, 3d, cgi, render, fake, anime, open mouth, big forehead, long neck
Specify things to not see in the output
width
integer
1024
Width of output image
height
integer
1024
Height of output image
num_inference_steps
integer
25
Number of denoising steps
guidance_scale
number
7.5

Min: 1

Max: 20

Scale for classifier-free guidance
seed
integer
Random seed. Leave blank to randomize the seed
show_baseline
boolean
False
Show baseline without res-adapter for comparison.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'with_res_adapter': {'format': 'uri',
                                     'title': 'With Res Adapter',
                                     'type': 'string'},
                'without_res_adapter': {'format': 'uri',
                                        'title': 'Without Res Adapter',
                                        'type': 'string'}},
 'required': ['with_res_adapter'],
 'type': 'object'}