Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setup using Windows Subsystem for Linux #4

Open
SysVR opened this issue Aug 22, 2023 · 0 comments
Open

How to setup using Windows Subsystem for Linux #4

SysVR opened this issue Aug 22, 2023 · 0 comments

Comments

@SysVR
Copy link

SysVR commented Aug 22, 2023

==========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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant