text
stringlengths
0
124
How To Edit Automatic1111 SD Web UI Command Line Arguments On MassedCompute Virtual Machine
Double click and start Stable Diffusion Settings on desktop
Edit COMMANDLINE_ARGS having line as below and save
export COMMANDLINE_ARGS="--xformers --share --enable-insecure-extension-access"
Open a CMD inside the folder where you downloaded install_TensorRT.sh file
Run below commands
chmod +x install_TensorRT.sh
./install_TensorRT.sh
How To Update Kohya SS GUI Trainer UI On MassedCompute Virtual Machine
Open a terminal
Execute below to move into Kohya folder and update it to latest version
cd /home/Ubuntu/apps/kohya_ss
git pull
How To Update Automatic1111 SD Web UI On MassedCompute Virtual Machine
Open a terminal
Execute below to move into Automatic1111 folder and update it to latest version
cd /home/Ubuntu/apps/stable-diffusion-webui
git pull
How To Update OneTrainer To The Latest Version On MassedCompute Virtual Machine
Open a terminal
Execute below commands to move into OneTrainer folder, activate its conda VENV and update it
cd /home/Ubuntu/apps/OneTrainer
source venv/bin/activate
./update.sh
How To Fix OneTrainer xFormers Version After Update On MassedCompute
cd /home/Ubuntu/apps/OneTrainer
conda activate ot
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.24-cp310-cp310-manylinux2014_x86_64.whl

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0
Add dataset card