From 65d7e75d8b35a7a9748c272bbfe42d3d36d69de6 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Mon, 9 Oct 2023 15:56:14 -0700 Subject: [PATCH] Update readme.md (#610) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9b8224ea..0d81bc85 100644 --- a/readme.md +++ b/readme.md @@ -194,7 +194,7 @@ You can install Fooocus on Apple Mac silicon (M1 or M2) with macOS 'Catalina' or 1. Create a new conda environment, `conda env create -f environment.yaml`. 1. Activate your new conda environment, `conda activate fooocus`. 1. Install the packages required by Fooocus, `pip install -r requirements_versions.txt`. -1. Launch Fooocus by running `python launch.py`. The first time you run Fooocus, it will automatically download the Stable Diffusion SDXL models and will take a significant time, depending on your internet connection. +1. Launch Fooocus by running `python entry_with_update.py`. The first time you run Fooocus, it will automatically download the Stable Diffusion SDXL models and will take a significant time, depending on your internet connection. ## List of "Hidden" Tricks