Ojimi commited on
Commit
caef0df
1 Parent(s): eef2182

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -43,21 +43,21 @@ image = pipe(prompt, negative_prompt="lowres, bad anatomy").images[0]
43
  - For Web UI by Automatic1111:
44
  ```bash
45
  #Install Web UI.
46
- !git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
47
- %cd /content/stable-diffusion-webui/
48
- !pip install -qq -r requirements.txt
49
- !pip install -U xformers #Install `xformes` for better performance.
50
  ```
51
 
52
  ```bash
53
  #Download model.
54
- !wget https://huggingface.co/Ojimi/waifumake-full/resolve/main/waifumake-full-v2.safetensors -O /content/stable-diffusion-webui/models/Stable-diffusion/waifumake-full-v2.safetensors
55
  ```
56
 
57
  ```bash
58
  #Run and enjoy ☕.
59
- %cd /content/stable-diffusion-webui
60
- !COMMANDLINE_ARGS="--xformers" REQS_FILE="requirements.txt" python launch.py
61
  ```
62
 
63
  - Try it in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1D6LNtXrpD2QfUx-d_yztWZVgTiDAyyAT?usp=sharing)
 
43
  - For Web UI by Automatic1111:
44
  ```bash
45
  #Install Web UI.
46
+ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
47
+ cd /content/stable-diffusion-webui/
48
+ pip install -qq -r requirements.txt
49
+ pip install -U xformers #Install `xformes` for better performance.
50
  ```
51
 
52
  ```bash
53
  #Download model.
54
+ wget https://huggingface.co/Ojimi/waifumake-full/resolve/main/waifumake-full-v2.safetensors -O /content/stable-diffusion-webui/models/Stable-diffusion/waifumake-full-v2.safetensors
55
  ```
56
 
57
  ```bash
58
  #Run and enjoy ☕.
59
+ cd /content/stable-diffusion-webui
60
+ python launch.py --xformers --lowvram
61
  ```
62
 
63
  - Try it in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1D6LNtXrpD2QfUx-d_yztWZVgTiDAyyAT?usp=sharing)