From: Fedor Sevrugin Date: Wed, 10 Sep 2025 18:58:14 +0000 (+0300) Subject: V1.1.1 -- bug fix X-Git-Url: https://git.fedor.sevrugin.ru/?a=commitdiff_plain;h=ebbd742652c8656554bb32bc796f47be2bae918a;p=fhentaibot.git V1.1.1 -- bug fix --- diff --git a/README.md b/README.md index ec35c04..ebe2757 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - `pillow` - `transformers` - `torch` +- `ffmpeg-python` Для запуска впишите свой API токен в переменную `TOKEN`. Затем: ``` diff --git a/fhentaibot.py b/fhentaibot.py index 115d19a..69b30b7 100755 --- a/fhentaibot.py +++ b/fhentaibot.py @@ -5,7 +5,7 @@ import requests from PIL import Image from transformers import pipeline import os - +import ffmpeg nest_asyncio.apply() TOKEN = '' # Replace with your actual token