mirror of https://github.com/bmaltais/kohya_ss
Add Conda installation instructions for Windows to README
This commit updates the README.md file to include Windows-specific instructions for setting up the project using a Conda environment. The "Using `conda`" subsection under "Installation Methods" now clarifies: - `chmod +x` commands are not needed for Windows. - Windows users should use `setup.bat` and `gui.bat` (or `gui.ps1`) instead of the `.sh` scripts. The Table of Contents was previously updated to include the "Using `conda`" section.pull/3274/head
parent
926625703d
commit
873f571ebb
|
|
@ -153,6 +153,8 @@ chmod +x setup.sh
|
|||
chmod +x gui.sh
|
||||
./gui.sh
|
||||
```
|
||||
> [!NOTE]
|
||||
> For Windows users, the `chmod +x` commands are not necessary. You should run `setup.bat` and subsequently `gui.bat` (or `gui.ps1` if you prefer PowerShell) instead of the `.sh` scripts.
|
||||
|
||||
**For Windows:**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue