From 365a7a8e0ecc73a5977edc914d3e67e8857fbe3f Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Sat, 8 Mar 2025 17:59:34 +0000 Subject: [PATCH] Update install1_temp.sh --- install1_temp.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/install1_temp.sh b/install1_temp.sh index 9a4ca3c..598b415 100644 --- a/install1_temp.sh +++ b/install1_temp.sh @@ -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 \ No newline at end of file