API Key for API endpoints
Prompt for generated image
Webhook URL for receiving updates
Random seed. Set for reproducible generation
-9007199254740991 <= x <= 9007199254740991Input image for img2img pipeline
Run faster predictions with additional optimizations.
Guidance for generated image. Lower values can give more realistic images. Good values to try are 2, 2.5, 3 and 3.5
0 <= x <= 10Strength for img2img pipeline
0 <= x <= 1Image size for the generated image
optimize_for_quality, optimize_for_speed Determines how strongly the main LoRA should be applied.
Aspect ratio for the generated image
1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3 Load LoRA weights. Only works with text to image pipeline. Supports arbitrary .safetensors URLs, tar files, and zip files from the Internet (for example, 'https://huggingface.co/flymy-ai/qwen-image-lora/resolve/main/pytorch_lora_weights.safetensors', 'https://example.com/lora_weights.tar.gz', or 'https://example.com/lora_weights.zip')
Format of the output images
webp, jpg, png Enhance the prompt with positive magic.
Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
0 <= x <= 100Negative prompt for generated image
Scales for additional LoRAs as an array of numbers (e.g., [0.5, 0.7]). Must match the number of weights in extra_lora_weights.
Additional LoRA weights as an array of URLs. Same formats supported as lora_weights (e.g., ['https://huggingface.co/flymy-ai/qwen-image-lora/resolve/main/pytorch_lora_weights.safetensors', 'https://huggingface.co/flymy-ai/qwen-image-realism-lora/resolve/main/flymy_realism.safetensors'])
Number of denoising steps. Recommended range is 28-50, and lower number of steps produce lower quality outputs, faster.
1 <= x <= 50Disable safety checker for generated images.