lunar333
lunar333
> ubuntu is Debian-based but I can not install the python3-venv. I have not the root, so the command "sudo apt install wget git python3 python3-venv" is not work for...
> If you don't have root access, you will not be able to install python3-venv... but maybe it's already installed on your computer. Can you try to run the install...
> Try this: > > 1. Save the following file as `webui.sh` > > ```shell > #!/bin/bash > ################################################# > # Please do not make any changes to this file,...
> It seems like you have downloaded and unzipped the git repo. Please remove it and retry running the above script. remove all the file, but except the webui.sh and...
> It seems like you have downloaded and unzipped the git repo. Please remove it and retry running the above script. ################################################################ Install script for stable-diffusion + Web UI Tested...
> It seems like you forgot to run this first: > > ```shell > pip install virtualenv --user > ``` I run the command: pip install virtualenv --user and it...
> Finish filling out the bug report template first. I just run the webui.sh and when it running on launch.py. it turns out the below errows. the early process was...
> I found this same issue on my setup. I have Kohya running on an Ubuntu server on my network which I access from another machine. I can paste the...
> I found this same issue on my setup. I have Kohya running on an Ubuntu server on my network which I access from another machine. I can paste the...
I have the same error with you, have you solved it?