File size: 1,820 Bytes
61c33c5
 
 
 
 
 
 
 
 
 
 
d88b878
 
 
 
 
 
f2351e9
61c33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d88b878
 
 
 
 
 
f2351e9
61c33c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
name: shuttle-3-diffusion-MLX-Q8
base_model: shuttleai/shuttle-3-diffusion
license: apache-2.0
pipeline_tag: text-to-image
tasks :
 - image-generation
 - text-to-image
 - image-to-image
language: en
get_started_code: uvx --from mflux mflux-generate  --model exdysa/shuttle-3-diffusion-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8  --prompt 'Test prompt'
library_name: mlx
tags:
- flux-1.schnell
- flux
- mlx
- apple
- shuttle
---
> [!IMPORTANT]
> Original Model Link : [https://huggingface.co/shuttleai/shuttle-jaguar](https://huggingface.co/shuttleai/shuttle-jaguar)
> 

```
name: shuttle-3-diffusion-MLX-Q8
base_model: shuttleai/shuttle-3-diffusion
license: apache-2.0
pipeline_tag: text-to-image
tasks :
 - image-generation
 - text-to-image
 - image-to-image
language: en
get_started_code: uvx --from mflux mflux-generate  --model exdysa/shuttle-3-diffusion-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8  --prompt 'Test prompt'
library_name: mlx
tags:
- flux-1.schnell
- flux
- mlx
- apple
- shuttle
```


# shuttle-3-diffusion-MLX-Q8
shuttle-3-diffusion converted to MLX format for Apple devices.

> [!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/shuttle-3-diffusion-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/shuttle-3-diffusion-MLX-Q8 --prompt 'Test Prompt' --base-model schnell --steps 4 --seed 10 --width 1024 --height 1024 -q 8 
> ```