make different port number
Window
>.\python_embeded\python.exe -s ComfyUI\main.py --port 8189 --windows-standalone-build
make different port number
Window
>.\python_embeded\python.exe -s ComfyUI\main.py --port 8189 --windows-standalone-build
>sudo lsof -i :8188
python 231134 mare 45u IPv4 2074469 0t0 TCP localhost:8188->localhost:42132 (CLOSE_WAIT)
python 231134 mare 46u IPv4 2105633 0t0 TCP localhost:8188->localhost:57870 (CLOSE_WAIT)
python 231134 mare 47u IPv4 2074473 0t0 TCP localhost:8188->localhost:42160 (CLOSE_WAIT)
python 231134 mare 48u IPv4 2103693 0t0 TCP localhost:8188->localhost:57886 (CLOSE_WAIT)
> kill -9 231134
ππ»♂️
Navigate to your SSH directory
cd ~/.ssh
List the RSA public key files:
Create a New Swap File
sudo fallocate -l 2G /swapfile2
sudo chmod 600 /swapfile2
sudo mkswap /swapfile2
sudo swapon /swapfile2
Make the swap file permanent
Check Current swap status
sudo swapon --show
I can stop docker after put two commend.
> sudo systemctl stop docker
[sudo] password for mare:
Warning: Stopping docker.service, but it can still be activated by:
docker.socket
> sudo systemctl stop docker.socket
I hope it's helpful to you.
Thank you.
ππ»♂️