Abhi the modder patch 1 (#53)

* Update config.py

* Add: SDXL, Upscale

* Update termux-install.sh

* Update install.sh
This commit is contained in:
Abhi
2023-12-23 12:14:06 +05:30
committed by GitHub
parent 1eca24478e
commit 5f830baa01
4 changed files with 116 additions and 0 deletions

View File

@@ -78,6 +78,15 @@ if [[ $vt_key = "" ]]; then
echo "NOTE: API Not set you'll not be able to use VirusTotal module"
fi
echo
echo "Enter VCA_API_KEY for aiutils"
echo "Learn How to Get One --> https://github.com/VisionCraft-org/VisionCraft?tab=readme-ov-file#obtaining-an-api-key"
read -r -p "VCA_API_KEY > " vca_api_key
if [[ $vca_api_key = "" ]]; then
echo "NOTE: API Not set you'll not be able to use aiutils module/pligins"
fi
echo "Choose database type:"
echo "[1] MongoDB (your url)"
echo "[2] Sqlite"
@@ -110,6 +119,7 @@ APIFLASH_KEY=${apiflash_key}
RMBG_KEY=${rmbg_key}
VT_KEY=${vt_key}
GEMINI_KEY=${gemini_key}
VCA_API_KEY=${vca_api_key}
EOL
python3 install.py 3 || exit 3