Skip to content

Commit dbae8b5

Browse files
committed
Add requirements
1 parent 73f5cad commit dbae8b5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ We welcome and encourage contributions to DiffusionKit! Whether you're fixing bu
3030
You can specify the model version as follows:
3131

3232
For python and mlx:
33+
3334
```bash
3435
make download-model MODEL=stabilityai/stable-diffusion-3-medium
3536
```
3637

3738
For Swift with Core ML:
39+
3840
```bash
3941
make download-model MODEL=argmaxinc/coreml-stable-diffusion-3-medium
4042
```
4143

42-
4344
## Making Changes
4445

4546
1. **Create a Branch**: Create a new branch for your changes.

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
argmaxtools
2+
torch
3+
safetensors
4+
mlx
5+
jaxtyping
6+
transformers
7+
pillow
8+
sentencepiece

0 commit comments

Comments
 (0)