Skip to content

chore(model gallery): add flux.1, stablediffusion and whisper icons #4680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions gallery/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11064,7 +11064,7 @@
uri: huggingface://Lykon/DreamShaper/DreamShaper_8_pruned.safetensors
sha256: 879db523c30d3b9017143d56705015e15a2cb5628762c11d086fed9538abd7fd
- name: stable-diffusion-3-medium
icon: https://huggingface.co/leo009/stable-diffusion-3-medium/resolve/main/sd3demo.jpg
icon: https://avatars.githubusercontent.com/u/100950301
license: other
description: |
Stable Diffusion 3 Medium is a Multimodal Diffusion Transformer (MMDiT) text-to-image model that features greatly improved performance in image quality, typography, complex prompt understanding, and resource-efficiency.
Expand All @@ -11079,6 +11079,7 @@
- gpu
url: "github:mudler/LocalAI/gallery/stablediffusion3.yaml@master"
- name: sd-1.5-ggml
icon: https://avatars.githubusercontent.com/u/37351293
license: creativeml-openrail-m
url: "github:mudler/LocalAI/gallery/sd-ggml.yaml@master"
description: |
Expand Down Expand Up @@ -11112,7 +11113,7 @@
- stablediffusion
- gpu
- cpu
icon: https://huggingface.co/stabilityai/stable-diffusion-3.5-medium/media/main/sd3.5_medium_demo.jpg
icon: https://avatars.githubusercontent.com/u/100950301
overrides:
options:
- "clip_l_path:clip_l-Q4_0.gguf"
Expand Down Expand Up @@ -11147,7 +11148,7 @@
- stablediffusion
- gpu
- cpu
icon: https://huggingface.co/stabilityai/stable-diffusion-3.5-large/media/main/sd3.5_large_demo.png
icon: https://avatars.githubusercontent.com/u/100950301
overrides:
parameters:
model: sd3.5_large-Q4_0.gguf
Expand All @@ -11166,6 +11167,7 @@
uri: huggingface://second-state/stable-diffusion-3.5-large-GGUF/t5xxl-Q5_0.gguf
- &flux
name: flux.1-dev
icon: https://avatars.githubusercontent.com/u/164064024
license: flux-1-dev-non-commercial-license
description: |
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.
Expand All @@ -11189,7 +11191,6 @@
- !!merge <<: *flux
name: flux.1-schnell
license: apache-2
icon: https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/schnell_grid.jpeg
description: |
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.
Key Features
Expand Down Expand Up @@ -11222,7 +11223,6 @@
- flux
- gpu
- cpu
icon: https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/schnell_grid.jpeg
overrides:
parameters:
model: flux1-dev-Q2_K.gguf
Expand All @@ -11242,6 +11242,7 @@
- &whisper ## Whisper
url: "github:mudler/LocalAI/gallery/whisper-base.yaml@master"
name: "whisper-1"
icon: https://avatars.githubusercontent.com/u/14957082
license: "MIT"
urls:
- https://github.com/ggerganov/whisper.cpp
Expand Down Expand Up @@ -11419,6 +11420,7 @@
description: |
Stable Diffusion in NCNN with c++, supported txt2img and img2img
name: stablediffusion-cpp
icon: https://avatars.githubusercontent.com/u/100950301
- &piper ## Piper TTS
url: github:mudler/LocalAI/gallery/piper.yaml@master
name: voice-en-us-kathleen-low
Expand Down Expand Up @@ -11999,6 +12001,7 @@
uri: https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-zh_CN-huayan-medium.tar.gz
sha256: 0299a5e7f481ba853404e9f0e1515a94d5409585d76963fa4d30c64bd630aa99
- name: "silero-vad"
icon: https://github.com/snakers4/silero-models/raw/master/files/silero_logo.jpg
url: github:mudler/LocalAI/gallery/virtual.yaml@master
urls:
- https://github.com/snakers4/silero-vad
Expand All @@ -12018,6 +12021,7 @@
uri: https://huggingface.co/onnx-community/silero-vad/resolve/main/onnx/model.onnx
sha256: a4a068cd6cf1ea8355b84327595838ca748ec29a25bc91fc82e6c299ccdc5808
- name: "bark-cpp-small"
icon: https://avatars.githubusercontent.com/u/99442120
url: github:mudler/LocalAI/gallery/virtual.yaml@master
license: mit
urls:
Expand Down
Loading