fofr/qwen-dark-art

Public
0 runs

Run fofr/qwen-dark-art 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
A beautiful sunset over mountains
Prompt for generated image
enhance_prompt
boolean
False
Enhance the prompt with positive magic
negative_prompt
string
Negative prompt for generated image
aspect_ratio
None
16:9
Aspect ratio
image_size
None
optimize_for_quality
Image size preset
width
integer
512

Min: 256

Max: 1024

Width (overrides aspect_ratio/image_size)
height
integer
512

Min: 256

Max: 1024

Height (overrides aspect_ratio/image_size)
go_fast
boolean
False
Run faster with minor optimizations
num_inference_steps
integer
50

Min: 1

Max: 50

Number of denoising steps
guidance
number
4

Max: 10

Guidance scale
seed
integer
Random seed (leave blank for random)
output_format
None
webp
Output format
output_quality
integer
80

Max: 100

Quality for jpg/webp
replicate_weights
string
LoRA weights (.safetensors or .zip)
lora_scale
number
1

Max: 3

LoRA strength

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"
}