From 40852e0c884a92a33e438194a2ba47378f07bbf3 Mon Sep 17 00:00:00 2001
From: Demian Frister <demian.frister@kit.edu>
Date: Fri, 23 Aug 2024 12:23:30 +0000
Subject: [PATCH] flux try 2

---
 index.yaml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/index.yaml b/index.yaml
index b507c98..339a2a0 100644
--- a/index.yaml
+++ b/index.yaml
@@ -198,6 +198,38 @@
     - Image generation
     - Diffusion
     
+- name: flux.1-dev
+  license: flux-1-dev-non-commercial-license
+  icon: "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/dev_grid.jpg"
+  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."
+  urls:
+    - "https://huggingface.co/black-forest-labs/FLUX.1-dev"
+  tags:
+    - text-to-image
+    - flux
+    - python
+    - gpu
+  url: "github:mudler/LocalAI/gallery/flux.yaml@master"
+  overrides:
+    parameters:
+      model: "ChuckMcSneed/FLUX.1-dev"
+
+- 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."
+  urls:
+    - "https://huggingface.co/black-forest-labs/FLUX.1-schnell"
+  tags:
+    - text-to-image
+    - flux
+    - python
+    - gpu
+  url: "github:mudler/LocalAI/gallery/flux.yaml@master"
+  overrides:
+    parameters:
+      model: "black-forest-labs/FLUX.1-schnell"
+
 # TRANSCRIPTION MODELS
 - url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/alias-speechtotext.yaml
   name: alias-speechtotext
-- 
GitLab