converted ImageRebatch, LatentRebatch, DifferentialDiffusion

This commit is contained in:
bigcat88
2025-07-18 17:05:40 +03:00
parent 18ed598fa1
commit 2a7793394f
4 changed files with 201 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ lint.select = [
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
"F",
]
ignore = ["E501"] # disable line-length checking
lint.ignore = ["E501"] # disable line-length checking
exclude = ["*.ipynb"]
[tool.ruff.lint.per-file-ignores]