mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-08 00:24:25 +01:00
docs(readme): add directions to setup and use Taskfile cli
This commit is contained in:
parent
cd651f96f3
commit
9b5baca526
22
README.md
22
README.md
|
|
@ -4,8 +4,30 @@ Run Stable Diffusion on your machine with a nice UI without any hassle!
|
|||
|
||||
This repository provides multiple UIs for you to play around with stable diffusion:
|
||||
|
||||
## Quick Start
|
||||
|
||||
- Install [Taskfile](https://taskfile.dev/installation?ref=AbdBarho-stable-diffusion-webui-docker)
|
||||
- Quick Snippet:
|
||||
- Linux: `sudo snap install task --classic`
|
||||
- MacOS: `HOMEBREW_NO_AUTO_UPDATE=1 brew install go-task/tap/go-task`
|
||||
- Windows: `choco install go-task -y` or `scoop install task`
|
||||
- Curl: `sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin`
|
||||
- Go: `go install github.com/go-task/task/v3/cmd/task@latest`
|
||||
|
||||
- Run `task` and see a list of all the pre-built tasks.
|
||||
|
||||
This will simplify your setup and running of the project.
|
||||
For example, to get started, just run:
|
||||
|
||||
```shell
|
||||
task init
|
||||
```
|
||||
|
||||
This will download the models with the resume option using curl (allowing it to continue if interuppted without restarting from scratch), followed by running the required docker commands.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
### AUTOMATIC1111
|
||||
|
||||
[AUTOMATIC1111's fork](https://github.com/AUTOMATIC1111/stable-diffusion-webui) is imho the most feature rich yet elegant UI:
|
||||
|
|
|
|||
Loading…
Reference in a new issue