Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add beautifulsoup4 to your requirements #16

Open
SoftologyPro opened this issue Jun 3, 2024 · 2 comments
Open

Add beautifulsoup4 to your requirements #16

SoftologyPro opened this issue Jun 3, 2024 · 2 comments

Comments

@SoftologyPro
Copy link

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 SoftologyPro changed the title Add beuatifulsoup4 to your requirements Add beautifulsoup4 to your requirements Jun 3, 2024
@SoftologyPro
Copy link
Author

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
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant