update optional packages

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-21 11:31:12 -04:00
parent f69b4c5589
commit b71afb1c86
3 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ def search_civitai(
global models # pylint: disable=global-statement
import requests
from urllib.parse import urlencode
install('bs4') # Ensure BeautifulSoup is installed
install('beautifulsoup4')
if len(query) == 0:
log.error('CivitAI: empty query')