Light Mode
Available LoRA and Controlnet
This page lists all available LoRA and ControlNet models for PiAPI's Flux API, including examples of their settings and image results. You can try these models by following our instruction Flux with LoRA and controlnet
Available LoRA Models
LoRA Model Name | Description | JSON Setting Structure Example | Example Image Result |
---|---|---|---|
Anime | LoRA model for anime-style image generation | {"lora_type": "anime"} |
|
Art | LoRA model for artistic-style image generation | {"lora_type": "art"} |
|
Disney | LoRA model for Disney-style image generation | {"lora_type": "disney"} |
|
Furry | LoRA model for furry-style image generation | {"lora_type": "furry"} |
|
MJV6 | LoRA model based on MidJourney V6 style | {"lora_type": "mjv6"} |
|
Realism | LoRA model for realistic image generation | {"lora_type": "realism"} |
|
Scenery | LoRA model for generating scenic landscapes | {"lora_type": "scenery"} |
Available ControlNet Models
ControlNet Model Name | Description | JSON Setting Structure Example | Example Image Result |
---|---|---|---|
Depth | ControlNet model for depth map-based control | {"control_type": "depth", "control_image": "https://example.com/depth_example.png"} |
|
Soft Edge | ControlNet model for soft edge detection and control | {"control_type": "soft_edge", "control_image": "https://example.com/soft_edge_example.png"} |
|
Canny | ControlNet model for Canny edge detection control | {"control_type": "canny", "control_image": "https://example.com/canny_example.png"} |
Help Us Grow the List!
We are constantly expanding our available LoRA and ControlNet models. If you have any suggestions or requests for specific models, feel free to join our Discord community(Shortcut to our discord is on the right-top corner) and submit your feature requests. Help us upload more LoRAs and ControlNets to enhance the capabilities of our API!
Modified at 16 hours ago