Skip to content

Commit 27b7d3c

Browse files
authored
Merge pull request #1435 from StableLlama/fix_jxl
Reintroduce JPEG XL option and fix regression
2 parents d107b2b + 5906e8a commit 27b7d3c

File tree

2 files changed

+90
-5
lines changed

2 files changed

+90
-5
lines changed

poetry.lock

+88-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ huggingface-hub = "^0.30.2"
5858
imageio-ffmpeg = "^0.6.0"
5959
imageio = {extras = ["pyav"], version = "^2.37.0"}
6060

61-
61+
[tool.poetry.group.jxl.dependencies]
62+
pillow-jxl-plugin = "^1.3.1"
6263

6364
[build-system]
6465
requires = ["poetry-core", "setuptools", "wheel", "torch"]

0 commit comments

Comments
 (0)