Zack Saadioui
8/27/2024
1
2
bash
sudo apt install python3
1
pip --version
1
2
bash
sudo apt install python3-pip
1
2
bash
sudo apt install git
1
2
bash
git clone https://github.com/openai/gpt-4.git
1
2
bash
git clone https://github.com/CompVis/stable-diffusion.git
1
2
bash
cd gpt-4
1
2
bash
cd stable-diffusion
1
2
bash
pip install -r requirements.txt
1
2
bash
wget [model_link]
1
2
bash
python generate.py --prompt "Your prompt here"
1
2
bash
python scripts/txt2img.py --prompt "A fantastical landscape"
1
htop
1
torch
1
tensorflow
Copyright © Arsturn 2024