diff --git a/README.md b/README.md index 5c77c450..ddfc830b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Download one of the t5xxl text encoders from https://huggingface.co/silveroxides Download the vae from https://huggingface.co/lodestones/Chroma/tree/main ae.safetenstors and put it in models/vae. Download a checkpoint from https://huggingface.co/lodestones/Chroma/tree/main ie chroma-unlocked-v29.5.safetensors and place in models/Stable-diffusion. +You will need python3.10 installed. Run webui-user.bat for windows installation. Run webui.sh for linux installation (./webui.sh) from the chromaforge root directory. After you first run webui-user.bat it might error, if so, close it and re run it. To update to the latest version navigate to your root directory in a terminal and type "git pull"