文章

docker run lxde-vnc-novnc

 sudo docker run -d -t -i -e PASSWORD='foo' -p 80:6080 --name container_name_lxde techdesignism/lxde-vnc-novnc:0.2

[fix] jupyterthemes no header no toolbar

  jt -t solarizedd -T -N -kl

如何解決Embedded Python中無法調用pip

  這時我們要在embedded python目錄裡找到一個python10._path的文件,如果是python38,就是python38._path, 用記事本打開後,在裡面添加一行,這一行是指出了pip所在的位置。 python311.zip . Lib\site-packages # Uncomment to run site.main() automatically #import site

--xformers --no-half-vae --api --share --listen --enable-insecure-extension-access --medvram

--xformers --no-half-vae --api --share --listen  --enable-insecure-extension-access --ckpt "......./pixar 1.2.safetensors"

google cloud create conda env with python 3.10.6

 conda update conda conda create -n "env3.10.6" python=3.10.6 source activate "env3.10.6" echo 'conda activate env3.10.6' >> ~/.bashrc

no nvidia found

 pip install torch==1.13.1+cpu torchvision==0.14.1+cpu -f https://download.pytorch.org/whl/torch_stable.html

ERROR: Cannot activate python venv, aborting..., even when python3-venv is installed

 python3 -m venv venv/ --without-pip source venv/bin/activate sudo apt install python3.10-venv ~/Desktop/Auto1111/stable-diffusion-webui$ sudo python3 -m venv venv/ run the bash bash webui.sh