aigc-apps / EasyAnimate

📺 An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion
Apache License 2.0
652 stars 41 forks source link

Add beautifulsoup4 to your requirements #16

Open SoftologyPro opened 1 month ago

SoftologyPro commented 1 month ago

I get this warning when generating from the gradio UI

Setting `clean_caption=True` requires the Beautiful Soup library but it was not found in your environment. You can install it with pip:
`pip install beautifulsoup4`. Please note that you may need to restart your runtime after installation.
SoftologyPro commented 1 month ago

Also latest script now complains

Setting `clean_caption=True` requires the ftfy library but it was not found in your environment. Checkout the instructions on the
installation section: https://github.com/rspeer/python-ftfy/tree/master#installing and follow the ones
that match your environment. Please note that you may need to restart your runtime after installation.
SoftologyPro commented 1 month ago

And now the above 2 messages seem to be gone, but am getting peft recommendation

D:\Tests\EasyAnimate\EasyAnimate\venv\lib\site-packages\diffusers\models\lora.py:393: FutureWarning: `LoRACompatibleLinear` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`.
  deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message)