From ad6cf6f2f7c1311edfc471474c60bbd192492241 Mon Sep 17 00:00:00 2001 From: Simon Vans-Colina Date: Fri, 2 Sep 2022 23:45:46 +0800 Subject: [PATCH] Update readme to make it clearer for Windows users --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38cb46f681..78d473be61 100644 --- a/README.md +++ b/README.md @@ -329,8 +329,10 @@ and introducing a new vocabulary to the fixed model. To train, prepare a folder that contains images sized at 512x512 and execute the following: + +WINDOWS: As the default backend is not available on Windows, if you're using that platform, set the environment variable `PL_TORCH_DISTRIBUTED_BACKEND=gloo` + ``` -# As the default backend is not available on Windows, if you're using that platform, execute SET PL_TORCH_DISTRIBUTED_BACKEND=gloo (ldm) ~/stable-diffusion$ python3 ./main.py --base ./configs/stable-diffusion/v1-finetune.yaml \ -t \ --actual_resume ./models/ldm/stable-diffusion-v1/model.ckpt \