voodoohop / hybrid-space-bfl

  • Public
  • 144 runs
  • CPU
Iterate in playground

Run voodoohop/hybrid-space-bfl 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
Text prompt for image generation
model_version
string (enum)
lora

Options:

finetune, lora, finetune-old

Which model version to use
finetune_strength
number
1.3
Strength of the finetuning effect
steps
integer
50
Number of inference steps
guidance
number
4
Guidance scale for generation
width
integer
1024
Output image width
height
integer
1024
Output image height
seed
integer
42
Random seed for reproducibility
use_complex_style
boolean
True
Whether to use the complex style description (True) or simple HSL style (False)

Output schema

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

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}