Skip to content

Commit 97422d1

Browse files
authored
Update INSTALL.md
1 parent c05e7bd commit 97422d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Installation
22

33
- [System Requirements](#system-requirements)
4-
- [With PyPI](#with-pypi)
5-
- [Clone and Install](#clone-and-install)
6-
- [With Docker](#with-docker)
4+
- [Install with PyPI](#install-with-pypi)
5+
- [Install Manually](#install-manually)
6+
- [Install with Docker](#install-with-docker)
77

88
## System requirements
99

1010
- This implementation support running on CPU, Nvidia GPU, and Apple's m1/m2 chips.
1111
- When using with GPU, 8 GB memory is required for 1024 models. 6 GB is recommended for 512 models.
1212

1313

14-
## With PyPI
14+
## Install with PyPI
1515

1616
📑 [Step by Step Tutorial](https://zeqiang-lai.github.io/blog/en/posts/drag_gan/) | [中文部署教程](https://zeqiang-lai.github.io/blog/posts/ai/drag_gan/)
1717

@@ -45,7 +45,7 @@ python -m draggan.web --device mps
4545
python -m draggan.web --device cpu
4646
```
4747

48-
## Clone and Install
48+
## Install Manually
4949

5050
Ensure you have a GPU and CUDA installed. We use Python 3.7 for testing, other versions (>= 3.7) of Python should work too, but not tested. We recommend to use [Conda](https://conda.io/projects/conda/en/stable/user-guide/install/download.html) to prepare all the requirements.
5151

@@ -72,7 +72,7 @@ python gradio_app.py --device cpu
7272

7373
> If you have any issue for downloading the checkpoint, you could manually download it from [here](https://huggingface.co/aaronb/StyleGAN2/tree/main) and put it into the folder `checkpoints`.
7474
75-
## With Docker
75+
## Install with Docker
7676

7777
Follow these steps to run DragGAN using Docker:
7878

0 commit comments

Comments
 (0)