ArtChicken commited on
Commit
1ee5d02
·
1 Parent(s): c9e6916

Upload 4 files

Browse files
mass_compute_v2/arguments_sd1111.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ How To Edit Automatic1111 SD Web UI Command Line Arguments On MassedCompute Virtual Machine
2
+ Double click and start Stable Diffusion Settings on desktop
3
+
4
+ Edit COMMANDLINE_ARGS having line as below and save
5
+
6
+ export COMMANDLINE_ARGS="--xformers --share --enable-insecure-extension-access"
mass_compute_v2/install_TensorRT.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Open a CMD inside the folder where you downloaded install_TensorRT.sh file
2
+ Run below commands
3
+
4
+ chmod +x install_TensorRT.sh
5
+ ./install_TensorRT.sh
mass_compute_v2/update_kohya.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ How To Update Kohya SS GUI Trainer UI On MassedCompute Virtual Machine
2
+ Open a terminal
3
+ Execute below to move into Kohya folder and update it to latest version
4
+
5
+ cd /home/Ubuntu/apps/kohya_ss
6
+ git pull
mass_compute_v2/update_sd1111.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ How To Update Automatic1111 SD Web UI On MassedCompute Virtual Machine
2
+ Open a terminal
3
+ Execute below to move into Automatic1111 folder and update it to latest version
4
+
5
+ cd /home/Ubuntu/apps/stable-diffusion-webui
6
+ git pull