Skip to content

Commit

Permalink
Fix A1111 webp&jpeg reading #41
Browse files Browse the repository at this point in the history
  • Loading branch information
receyuki committed Sep 4, 2023
1 parent c3e12d7 commit 092e82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sd_prompt_reader/image_data_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def read_data(self, file):
self._parser = EasyDiffusion(raw=self._raw)
# a1111 jpeg and webp format
else:
self._tool = "A1111 webUI"
self._parser = A1111(raw=self._raw)

@staticmethod
Expand Down

0 comments on commit 092e82b

Please sign in to comment.