From 397a36e0f5e14dbd1a1983dfb33bbcbdd112ef41 Mon Sep 17 00:00:00 2001 From: maybleMyers Date: Sun, 13 Jul 2025 11:32:40 -0700 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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"