You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==========Windows Subsystem for Linux==========
open CMD.exe as Administrator
wsl --install
wslconfig /u Ubuntu
wsl --install debian
==========on-debian==========
sudo apt-get update
sudo apt-get update (Because the update package list has been updated.)
sudo apt-get upgrade
sudo apt install python3-pip virtualenv git Please go line by line up to this point.
The following can be put together and run.
#==========
git clone https://github.com/Subarasheese/sd-x4-wui
cd sd-x4-wui
virtualenv venv
source venv/bin/activate
pip install torch
pip install -r requirements.txt
#==========
#running
cd sd-x4-wui
source venv/bin/activate
python gradio_gui.py
#Run the local URL on the browser (probably http://127.0.0.1:7860)
The text was updated successfully, but these errors were encountered:
==========Windows Subsystem for Linux==========
open CMD.exe as Administrator
wsl --install
wslconfig /u Ubuntu
wsl --install debian
==========on-debian==========
sudo apt-get update
sudo apt-get update
(Because the update package list has been updated.)
sudo apt-get upgrade
sudo apt install python3-pip virtualenv git
Please go line by line up to this point.
The following can be put together and run.
#==========
git clone https://github.com/Subarasheese/sd-x4-wui
cd sd-x4-wui
virtualenv venv
source venv/bin/activate
pip install torch
pip install -r requirements.txt
#==========
#running
cd sd-x4-wui
source venv/bin/activate
python gradio_gui.py
#Run the local URL on the browser (probably http://127.0.0.1:7860)
The text was updated successfully, but these errors were encountered: