You're looking at a specific version of this model. Jump to the model overview.
bytedance /res-adapter:ae94f01b
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 |
---|---|---|---|
model_name |
string
(enum)
|
dreamlike-art/dreamlike-diffusion-1.0
Options: Lykon/dreamshaper-xl-1-0, dreamlike-art/dreamlike-diffusion-1.0 |
Choose a stable diffusion model.
|
resadapter_alpha |
number
|
0.7
Max: 1 |
Alpha for resadapter
|
prompt |
string
|
Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image
|
Input prompt
|
negative_prompt |
string
|
NSFW, poor bad amateur assignment cut out ugly
|
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
Max: 20 |
Scale for classifier-free guidance
|
seed |
integer
|
Random seed. Leave blank to randomize the seed
|
|
show_baseline |
boolean
|
True
|
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'],
'title': 'ModelOutput',
'type': 'object'}