Skip to content

Commit 9f61ac8

Browse files
authored
models(gallery): add flux.1-dev and flux.1-schnell (#3215)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 74eaf02 commit 9f61ac8

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

gallery/flux.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "flux"
3+
4+
config_file: |
5+
backend: diffusers
6+
f16: true
7+
low_vram: true
8+
step: 25
9+
10+
diffusers:
11+
cuda: true
12+
enable_parameters: num_inference_steps
13+
pipeline_type: FluxPipeline
14+
cfg_scale: 0

gallery/index.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,6 +4942,44 @@
49424942
- sd-3
49434943
- gpu
49444944
url: "github:mudler/LocalAI/gallery/stablediffusion3.yaml@master"
4945+
- &flux
4946+
name: flux.1-dev
4947+
license: flux-1-dev-non-commercial-license
4948+
description: |
4949+
FLUX.1 [dev] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. For more information, please read our blog post.
4950+
Key Features
4951+
Cutting-edge output quality, second only to our state-of-the-art model FLUX.1 [pro].
4952+
Competitive prompt following, matching the performance of closed source alternatives .
4953+
Trained using guidance distillation, making FLUX.1 [dev] more efficient.
4954+
Open weights to drive new scientific research, and empower artists to develop innovative workflows.
4955+
Generated outputs can be used for personal, scientific, and commercial purposes as described in the flux-1-dev-non-commercial-license.
4956+
urls:
4957+
- https://huggingface.co/black-forest-labs/FLUX.1-dev
4958+
tags:
4959+
- text-to-image
4960+
- flux
4961+
- python
4962+
- gpu
4963+
url: "github:mudler/LocalAI/gallery/flux.yaml@master"
4964+
overrides:
4965+
parameters:
4966+
model: ChuckMcSneed/FLUX.1-dev
4967+
- !!merge <<: *flux
4968+
name: flux.1-schnell
4969+
license: apache-2
4970+
icon: https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/schnell_grid.jpeg
4971+
description: |
4972+
FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. For more information, please read our blog post.
4973+
Key Features
4974+
4975+
Cutting-edge output quality and competitive prompt following, matching the performance of closed source alternatives.
4976+
Trained using latent adversarial diffusion distillation, FLUX.1 [schnell] can generate high-quality images in only 1 to 4 steps.
4977+
Released under the apache-2.0 licence, the model can be used for personal, scientific, and commercial purposes.
4978+
urls:
4979+
- https://huggingface.co/black-forest-labs/FLUX.1-schnell
4980+
overrides:
4981+
parameters:
4982+
model: black-forest-labs/FLUX.1-schnell
49454983
- &whisper
49464984
## Whisper
49474985
url: "github:mudler/LocalAI/gallery/whisper-base.yaml@master"

0 commit comments

Comments
 (0)