diff --git a/README.md b/README.md index fdc5ded3..6961cd47 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ set the distilled config scale to 1, and the normal config scale to something li use a very long positive prompt and a very long negative prompt. forge doesn't seem to work with all quantized model, Q4_K_S fail, but Q4_1 work -To update to torch 2.7.0 with cuda 12.8 on windows and install sage attention, navigate to your home directory ie c:/chromaforge and run these commands: +To update to torch 2.7.0 with cuda 12.8 on windows and install sage attention, navigate to your root directory after initial installation ie c:/chromaforge/ and run these commands: venv/scripts/activate pip install torch==2.7.0+cu128 torchvision==0.22.0+cu128 --index-url https://download.pytorch.org/whl/cu128 pip install -U "triton-windows<3.4"