Update to the latest sd-scripts sd3 branch commit

pull/3346/head
bmaltais 2025-07-13 14:08:34 -04:00
parent 80a6d1ed07
commit 2a8c05952d
2 changed files with 12 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3e6935a07edcb944407840ef74fcaf6fcad352f7
Subproject commit 2e0fcc50cb347323b4374bfd05784587c5fa7f2d

11
uv.lock
View File

@ -859,6 +859,7 @@ dependencies = [
{ name = "prodigy-plus-schedule-free" },
{ name = "prodigyopt" },
{ name = "protobuf" },
{ name = "py-cpuinfo" },
{ name = "pytorch-lightning" },
{ name = "pytorch-optimizer" },
{ name = "rich" },
@ -914,6 +915,7 @@ requires-dist = [
{ name = "prodigy-plus-schedule-free", specifier = "==1.8.0" },
{ name = "prodigyopt", specifier = "==1.1.2" },
{ name = "protobuf", specifier = "==3.20.3" },
{ name = "py-cpuinfo" },
{ name = "pytorch-lightning", specifier = "==1.9.0" },
{ name = "pytorch-optimizer", specifier = "==3.5.0" },
{ name = "rich", specifier = ">=13.7.1" },
@ -1698,6 +1700,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885, upload-time = "2025-02-13T21:54:37.486Z" },
]
[[package]]
name = "py-cpuinfo"
version = "9.0.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/37/a8/d832f7293ebb21690860d2e01d8115e5ff6f2ae8bbdc953f0eb0fa4bd2c7/py-cpuinfo-9.0.0.tar.gz", hash = "sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690", size = 104716, upload-time = "2022-10-25T20:38:06.303Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl", hash = "sha256:859625bc251f64e21f077d099d4162689c762b5d6a4c3c97553d56241c9674d5", size = 22335, upload-time = "2022-10-25T20:38:27.636Z" },
]
[[package]]
name = "pydantic"
version = "2.11.7"