File size: 1,867 Bytes
c3b96c0
 
 
 
 
 
 
 
9d0483d
 
 
 
 
 
 
25c6cea
9d0483d
c3b96c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d0483d
 
 
 
 
 
 
25c6cea
9d0483d
c3b96c0
 
 
 
 
 
544b7cf
c3b96c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
name: Flex.1-alpha-MLX-Q8
base_model: black-forest-labs/FLUX.1-schnell
license: apache-2.0
pipeline_tag: text-to-image
tasks :
 - text-to-image
 - image-generation
tags:
- ostris
- black-forest-labs
- Flux-1
- schnell
- Flex
- mlx
- apple
library_name: mlx
language: en
get_started_code: uvx --from mflux mflux-generate  --model exdysa/Flex.1-alpha-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8  --prompt 'Test prompt'
---
> [!IMPORTANT]
> Original Model Link : [https://huggingface.co/ostris/Flex.1-alpha](https://huggingface.co/ostris/Flex.1-alpha)
> 

```
name: Flex.1-alpha-MLX-Q8
base_model: black-forest-labs/FLUX.1-schnell
license: apache-2.0
pipeline_tag: text-to-image
tasks :
 - text-to-image
 - image-generation
tags:
- ostris
- black-forest-labs
- Flux-1
- schnell
- Flex
- mlx
- apple
library_name: mlx
language: en
get_started_code: uvx --from mflux mflux-generate  --model exdysa/Flex.1-alpha-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8  --prompt 'Test prompt'
```


# Flex.1-alpha-MLX-Q8
Flex.1-alpha-MLX-Q8 is a Flux schnell finetune with CFG control, half the double transformer blocks of the original, LoRA support, and permissive licensing.

> [!WARNING]
> MLX is a framework for METAL graphics supported by Apple computers with ARM M-series processors (M1/M2/M3/M4)

> [!NOTE]
> Generation using uv https://docs.astral.sh/uv/**:
> ```
> uvx --from mflux mflux-generate  --model exdysa/Flex.1-alpha-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8 
>```

> [!NOTE]
> Generation using pip:
> ```
> pipx --from mflux mflux-generate  --model exdysa/Flex.1-alpha-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8 
> ```