add flux plugin

This commit is contained in:
lloydzhou
2024-09-09 15:48:19 +08:00
parent 69269d5a90
commit c123504a6d
5 changed files with 96 additions and 0 deletions

34
plugins/flux/README.md Normal file
View File

@@ -0,0 +1,34 @@
# Flux Pro
> The pro version of FLUX.1, served in partnership with BFL
## Schema
[openapi.json](./openapi.json)
## Servers
`https://fal.run`
## Operations
1. FluxPro
> FLUX.1 [pro], next generation text-to-image model.
## Authentication
```
type: custom
location: header
name: Authorization
token: Key {{apikey}}
```
![Authentication](./authentication.png)
## Preview
![Preview](./preview.png)