svjack's picture
Upload folder using huggingface_hub
cdaec6d verified
raw
history blame contribute delete
857 Bytes
[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