-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpyproject.toml
40 lines (38 loc) · 857 Bytes
/
pyproject.toml
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
[project]
name = "musubi-tuner"
version = "0.1.0"
description = "Musubi Tuner by kohya_ss"
readme = "README.md"
requires-python = ">=3.10, <3.11"
dependencies = [
"accelerate>=1.0.0",
"ascii-magic==2.3.0",
"av==14.0.1",
"bitsandbytes>=0.45.0",
"diffusers>=0.32.1",
"einops>=0.7.0",
"huggingface-hub>=0.26.5",
"matplotlib>=3.10.0",
"opencv-python>=4.10.0.84",
"pillow>=10.2.0",
"safetensors>=0.4.5",
"sageattention>=1.0.6",
"tensorboard>=2.18.0",
"toml>=0.10.2",
"torch>=2.5.1",
"torchvision>=0.20.1",
"tqdm>=4.66.5",
"transformers>=4.46.3",
"voluptuous>=0.15.2",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu124" },
]
torchvision = [
{ index = "pytorch-cu124" },
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true