mirror of https://github.com/bmaltais/kohya_ss
Merge branch 'dev'
commit
66c159296e
|
|
@ -5,7 +5,7 @@ description = "Kohya_ss GUI"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.11,<3.13"
|
||||
dependencies = [
|
||||
"accelerate==0.33.0",
|
||||
"accelerate>=1.7.0",
|
||||
"aiofiles==23.2.1",
|
||||
"altair==4.2.2",
|
||||
"bitsandbytes>=0.45.0",
|
||||
|
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
"tensorflow>=2.16.1",
|
||||
"tensorflow-io-gcs-filesystem==0.31.0; sys_platform == 'win32'",
|
||||
"tensorflow-io-gcs-filesystem>=0.37.1; sys_platform == 'linux'",
|
||||
"timm==0.6.7",
|
||||
"timm>=0.9.2",
|
||||
"tk==0.1.0",
|
||||
"toml==0.10.2",
|
||||
"torch>=2.5.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
accelerate==0.33.0
|
||||
accelerate>=1.7.0
|
||||
aiofiles==23.2.1
|
||||
altair==4.2.2
|
||||
dadaptation==3.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Custom index URL for specific packages
|
||||
--extra-index-url https://download.pytorch.org/whl/cu126
|
||||
--extra-index-url https://download.pytorch.org/whl/cu128
|
||||
|
||||
torch==2.7.0+cu128
|
||||
torchvision==0.22.0+cu128
|
||||
|
|
|
|||
19
uv.lock
19
uv.lock
|
|
@ -25,7 +25,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "accelerate"
|
||||
version = "0.33.0"
|
||||
version = "1.7.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "huggingface-hub" },
|
||||
|
|
@ -37,9 +37,9 @@ dependencies = [
|
|||
{ name = "torch", version = "2.7.0", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'linux' and sys_platform != 'win32'" },
|
||||
{ name = "torch", version = "2.7.0+cu128", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/d4/24/5e813a41495ec7fdbc6a0f08e38c099caccf49147b8cd84053f4c3007c35/accelerate-0.33.0.tar.gz", hash = "sha256:11ba481ed6ea09191775df55ce464aeeba67a024bd0261a44b77b30fb439e26a", size = 314567, upload-time = "2024-07-23T13:13:57.691Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/97/33/47bbd507e3a851d33d19ce7b2141c5ea3689bfae91ba168044d7db24b0e9/accelerate-1.7.0.tar.gz", hash = "sha256:e8a2a5503d6237b9eee73cc8d36cf543f9c2d8dd2c6713450b322f5e6d53a610", size = 376026, upload-time = "2025-05-15T10:00:52.117Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/15/33/b6b4ad5efa8b9f4275d4ed17ff8a44c97276171341ba565fdffb0e3dc5e8/accelerate-0.33.0-py3-none-any.whl", hash = "sha256:0a7f33d60ba09afabd028d4f0856dd19c5a734b7a596d637d9dd6e3d0eadbaf3", size = 315131, upload-time = "2024-07-23T13:13:55.502Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f8/bb/be8146c196ad6e4dec78385d91e92591f8a433576c4e04c342a636fcd811/accelerate-1.7.0-py3-none-any.whl", hash = "sha256:cf57165cca28769c6cf2650812371c81b18e05743dfa3c748524b1bb4f2b272f", size = 362095, upload-time = "2025-05-15T10:00:49.914Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -861,7 +861,7 @@ dependencies = [
|
|||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "accelerate", specifier = "==0.33.0" },
|
||||
{ name = "accelerate", specifier = ">=1.7.0" },
|
||||
{ name = "aiofiles", specifier = "==23.2.1" },
|
||||
{ name = "altair", specifier = "==4.2.2" },
|
||||
{ name = "bitsandbytes", specifier = ">=0.45.0" },
|
||||
|
|
@ -897,7 +897,7 @@ requires-dist = [
|
|||
{ name = "tensorflow", specifier = ">=2.16.1" },
|
||||
{ name = "tensorflow-io-gcs-filesystem", marker = "sys_platform == 'linux'", specifier = ">=0.37.1" },
|
||||
{ name = "tensorflow-io-gcs-filesystem", marker = "sys_platform == 'win32'", specifier = "==0.31.0" },
|
||||
{ name = "timm", specifier = "==0.6.7" },
|
||||
{ name = "timm", specifier = ">=0.9.2" },
|
||||
{ name = "tk", specifier = "==0.1.0" },
|
||||
{ name = "toml", specifier = "==0.10.2" },
|
||||
{ name = "torch", marker = "sys_platform != 'linux' and sys_platform != 'win32'", specifier = ">=2.5.0" },
|
||||
|
|
@ -2314,18 +2314,21 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "timm"
|
||||
version = "0.6.7"
|
||||
version = "1.0.15"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "huggingface-hub" },
|
||||
{ name = "pyyaml" },
|
||||
{ name = "safetensors" },
|
||||
{ name = "torch", version = "2.7.0", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'linux' and sys_platform != 'win32'" },
|
||||
{ name = "torch", version = "2.7.0+cu128", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
|
||||
{ name = "torchvision", version = "0.22.0", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "platform_machine == 'aarch64' and sys_platform == 'linux'" },
|
||||
{ name = "torchvision", version = "0.22.0", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'linux' and sys_platform != 'win32'" },
|
||||
{ name = "torchvision", version = "0.22.0+cu128", source = { registry = "https://download.pytorch.org/whl/cu128" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/8d/a1/6abc7eaba8afea0b5fe8835e19599fd1c865890c52d2abdf0cccd372fc25/timm-0.6.7.tar.gz", hash = "sha256:340f907906695092cf53fe01a476aa14ad15763545b654bc122ea0daef23071f", size = 423037, upload-time = "2022-07-27T21:10:27.04Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/bc/0c/66b0f9b4a4cb9ffdac7b52b17b37c7d3c4f75623b469e388b0c6d89b4e88/timm-1.0.15.tar.gz", hash = "sha256:756a3bc30c96565f056e608a9b559daed904617eaadb6be536f96874879b1055", size = 2230258, upload-time = "2025-02-23T05:05:55.959Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/72/ed/358a8bc5685c31c0fe7765351b202cf6a8c087893b5d2d64f63c950f8beb/timm-0.6.7-py3-none-any.whl", hash = "sha256:4bbd7a5c9ae462ec7fec3d99ffc62ac2012010d755248e3de778d50bce5f6186", size = 509963, upload-time = "2022-07-27T21:10:17.196Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6c/d0/179abca8b984b3deefd996f362b612c39da73b60f685921e6cd58b6125b4/timm-1.0.15-py3-none-any.whl", hash = "sha256:5a3dc460c24e322ecc7fd1f3e3eb112423ddee320cb059cc1956fbc9731748ef", size = 2361373, upload-time = "2025-02-23T05:05:53.601Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue