We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f5cad commit dbae8b5Copy full SHA for dbae8b5
CONTRIBUTING.md
@@ -30,16 +30,17 @@ We welcome and encourage contributions to DiffusionKit! Whether you're fixing bu
30
You can specify the model version as follows:
31
32
For python and mlx:
33
+
34
```bash
35
make download-model MODEL=stabilityai/stable-diffusion-3-medium
36
```
37
38
For Swift with Core ML:
39
40
41
make download-model MODEL=argmaxinc/coreml-stable-diffusion-3-medium
42
43
-
44
## Making Changes
45
46
1. **Create a Branch**: Create a new branch for your changes.
requirements.txt
@@ -0,0 +1,8 @@
1
+argmaxtools
2
+torch
3
+safetensors
4
+mlx
5
+jaxtyping
6
+transformers
7
+pillow
8
+sentencepiece
0 commit comments