You're looking at a specific version of this model. Jump to the model overview.
vetkastar /fooocus_test:b2f34337
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
|
|
Prompt for image generation
|
negative_prompt |
string
|
|
Negative prompt for image generation
|
performance_selection |
string
(enum)
|
Speed
Options: Speed, Quality, Extreme Speed, Lightning |
Performance selection
|
aspect_ratios_selection |
string
(enum)
|
1152*896
Options: 1152*896, 896*1152, 1024*1024 |
The generated image's size
|
image_number |
integer
|
1
Min: 1 Max: 8 |
How many images to generate
|
image_seed |
integer
|
-1
|
Seed to generate image, -1 for random
|
guidance_scale |
number
|
7
Min: 1 Max: 30 |
CFG scale for generation
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'description': 'Output model for predictions',
'properties': {'paths': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Paths',
'type': 'array'},
'seeds': {'items': {'type': 'string'},
'title': 'Seeds',
'type': 'array'}},
'required': ['seeds', 'paths'],
'title': 'Output',
'type': 'object'}