Skip to content

Commit c855135

Browse files
committed
Update install instructions
1 parent e107d68 commit c855135

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ tqdm
4949

5050
Can install them one of the following:
5151

52-
- `pip install torch safetensors tqdm`,
53-
- make/use with a venv/conda
54-
- add this script to your training directory (to access the dependencies).
52+
- Add this script to your training directory and use the virtual environment
53+
(`venv`). **RECOMMENDED**
54+
- Make/use with a venv/conda
55+
- `pip install safetensors tqdm` (See
56+
[Get started](https://pytorch.org/get-started/locally/) for instructions on
57+
how to install PyTorch)
5558

5659
## Usage
5760

@@ -269,7 +272,8 @@ Dataset dirs: 2
269272

270273
- average magnitude: square each weight, add them up, get the square root
271274
- average strength: abs each weight, add them up, get average
272-
- debiased estimation loss: [Debias the Training of Diffusion Models](https://arxiv.org/abs/2310.08442)
275+
- debiased estimation loss:
276+
[Debias the Training of Diffusion Models](https://arxiv.org/abs/2310.08442)
273277

274278
## Update metadata
275279

0 commit comments

Comments
 (0)