Skip to content

Commit

Permalink
Add JPEG to the image extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
receyuki committed Feb 27, 2024
1 parent 91336e9 commit 0d43174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def INPUT_TYPES(s):
),
"positive": ("STRING", {"default": "", "multiline": True}),
"negative": ("STRING", {"default": "", "multiline": True}),
"extension": (["png", "jpg", "webp"],),
"extension": (["png", "jpg", "jpeg", "webp"],),
"calculate_hash": ("BOOLEAN", {"default": True}),
"resource_hash": ("BOOLEAN", {"default": True}),
"lossless_webp": ("BOOLEAN", {"default": True}),
Expand Down

0 comments on commit 0d43174

Please sign in to comment.