Skip to content

Commit ea42a1c

Browse files
authored
Update README.md
1 parent 3a5e88e commit ea42a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Place stable-diffusion.cpp executable and `stable-diffusionCpp-GUI.py` in the sa
1919
## How to compile
2020
- Clone this repo with `git clone https://github.com/Topping1/Stable-diffusion-cpp-GUI` and go to the downloaded folder with `cd Stable-diffusion-cpp-GUI`.
2121
- Install [PyInstaller](https://pypi.org/project/pyinstaller/) package with `pip install pyinstaller`.
22-
- Execute `pyinstaller stable-diffusionCpp-GUI.py`,
22+
- Execute `pyinstaller --onefile stable-diffusionCpp-GUI.py`,
2323
- Executable will be located in the `/dist/stable-diffusionCpp-GUI/` folder.
2424

2525
## TODO:

0 commit comments

Comments
 (0)