Skip to content

Commit 4307ae5

Browse files
authored
chore(model gallery): add flux.1-dev-ggml (#4317)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 50f71f7 commit 4307ae5

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

gallery/flux-ggml.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "flux-ggml"
3+
4+
config_file: |
5+
backend: stablediffusion-ggml
6+
step: 25
7+
options:
8+
- "diffusion_model"
9+
- "clip_l_path:clip_l.safetensors"
10+
- "t5xxl_path:t5xxl_fp16.safetensors"
11+
- "vae_path:ae.safetensors"
12+
- "sampler:euler"

gallery/index.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8906,6 +8906,43 @@
89068906
overrides:
89078907
parameters:
89088908
model: black-forest-labs/FLUX.1-schnell
8909+
- name: flux.1-dev-ggml
8910+
license: flux-1-dev-non-commercial-license
8911+
url: "github:mudler/LocalAI/gallery/flux-ggml.yaml@master"
8912+
description: |
8913+
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.
8914+
Key Features
8915+
Cutting-edge output quality, second only to our state-of-the-art model FLUX.1 [pro].
8916+
Competitive prompt following, matching the performance of closed source alternatives .
8917+
Trained using guidance distillation, making FLUX.1 [dev] more efficient.
8918+
Open weights to drive new scientific research, and empower artists to develop innovative workflows.
8919+
Generated outputs can be used for personal, scientific, and commercial purposes as described in the flux-1-dev-non-commercial-license.
8920+
This model is quantized with GGUF
8921+
urls:
8922+
- https://huggingface.co/black-forest-labs/FLUX.1-dev
8923+
- https://huggingface.co/city96/FLUX.1-dev-gguf
8924+
tags:
8925+
- text-to-image
8926+
- flux
8927+
- gpu
8928+
- cpu
8929+
icon: https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/schnell_grid.jpeg
8930+
overrides:
8931+
parameters:
8932+
model: flux1-dev-Q2_K.gguf
8933+
files:
8934+
- filename: "flux1-dev-Q2_K.gguf"
8935+
sha256: "b8c464bc0f10076ef8f00ba040d220d90c7993f7c4245ae80227d857f65df105"
8936+
uri: "huggingface://city96/FLUX.1-dev-gguf/flux1-dev-Q2_K.gguf"
8937+
- filename: ae.safetensors
8938+
sha256: afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38
8939+
uri: https://huggingface.co/ChuckMcSneed/FLUX.1-dev/resolve/main/ae.safetensors
8940+
- filename: clip_l.safetensors
8941+
sha256: 660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
8942+
uri: https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors
8943+
- filename: t5xxl_fp16.safetensors
8944+
sha256: 6e480b09fae049a72d2a8c5fbccb8d3e92febeb233bbe9dfe7256958a9167635
8945+
uri: https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors
89098946
- &whisper
89108947
## Whisper
89118948
url: "github:mudler/LocalAI/gallery/whisper-base.yaml@master"

0 commit comments

Comments
 (0)