Update install1_temp.sh

This commit is contained in:
RomanNum3ral 2025-03-08 17:59:34 +00:00
parent 9e1623760c
commit 365a7a8e0e
1 changed files with 0 additions and 17 deletions

View File

@ -25,20 +25,3 @@ ollama pull llama3:8b
ollama pull codellama:7b
ollama pull qwen2-math:7b
# Install Stable Diffusion
curl https://pyenv.run | bash
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
source .bashrc
pyenv install 3.10
pyenv global 3.10
cd
mkdir stablediff
cd stablediff
wget https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
CRON_JOB="@reboot /home/anon/stablediff/webui.sh --listen --api"
(sudo crontab -l 2>/dev/null | grep -Fxq "$CRON_JOB") || (echo "$CRON_JOB" | sudo crontab -)
reboot now