Skip to content

Commit

Permalink
πŸ”§ chore(dependencies): update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
πŸ”¨ refactor(event): remove unused AnimeIDF and related code

πŸš€ feat(controller): add new message handlers for various commands

♻️ refactor(controller): simplify tagger function and markdown replies
  • Loading branch information
sudoskys committed Dec 25, 2024
1 parent 4d03048 commit c65d674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ async def read_comfyui(file: BytesIO):
try:
file.seek(0)
with Image.open(file) as img:
print(img.info)
parameter = img.info.get("prompt")
if not parameter:
raise Exception("Empty Parameter")
Expand Down

0 comments on commit c65d674

Please sign in to comment.