diff --git a/README.md b/README.md
index cad16fa98..63687dfcd 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,6 @@ Simplified start script: `automatic.sh`
Python 3.10.6
Torch: 2.0.0.dev20230118+cu118 CUDA: 11.8 cuDNN: 8700 GPU: NVIDIA GeForce RTX 3060 Arch: (8, 6)
-> ./automatic.sh install
-
-- Install requirements and exit
-
> ./automatic.sh public
- Start with listen on public IP with authentication enabled
@@ -48,6 +44,20 @@ Simplified start script: `automatic.sh`
- Start with all optimizations disabled
Use this for troubleshooting
+
+
+## Install
+
+1. Install `PyTorch` first
+2. Clone and initialize repository
+
+> git clone --depth 1 https://github.com/vladmandic/automatic
+> git submodule update --init --recursive
+
+3. Install dependencies
+
+> ./automatic.sh install
+
## Differences
diff --git a/config.json b/config.json
index 8bae0cc44..12f68a58e 100644
--- a/config.json
+++ b/config.json
@@ -60,7 +60,7 @@
"training_enable_tensorboard": false,
"training_tensorboard_save_images": false,
"training_tensorboard_flush_every": 120,
- "sd_model_checkpoint": "zeipher-f222.ckpt [9e2c6ceff3]",
+ "sd_model_checkpoint": "sd-v15-runwayml.ckpt [cc6cb27103]",
"sd_checkpoint_cache": 0,
"sd_vae_checkpoint_cache": 0,
"sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt",
@@ -144,7 +144,7 @@
"sdweb-merge-board",
"ScuNET"
],
- "sd_checkpoint_hash": "cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516",
+ "sd_checkpoint_hash": "9e2c6ceff3f6d6f65c6fb0e10d8e69d772871813be647fd2ea5d06e00db33c1f",
"ldsr_steps": 100,
"ldsr_cached": false,
"SWIN_tile": 192,