Update README.md
Browse files
README.md
CHANGED
|
@@ -65,9 +65,7 @@ GPU_ARCH=gfx942 MAX_JOBS=$(nproc) pip install git+https://github.com/Dao-AILab/f
|
|
| 65 |
pip install -r requirements.txt
|
| 66 |
```
|
| 67 |
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
Using provide `test_diff.py` and `test_ar.py` to run image generation in interactive mode for the diffusion and AR models.
|
| 71 |
|
| 72 |
The inference scripts will automatically download the checkpoints to path specified by `--ckpt_path`.
|
| 73 |
|
|
|
|
| 65 |
pip install -r requirements.txt
|
| 66 |
```
|
| 67 |
|
| 68 |
+
Using the `test_diff.py` and `test_ar.py` provided in the Github repository to run image generation in interactive mode for the diffusion and AR models.
|
|
|
|
|
|
|
| 69 |
|
| 70 |
The inference scripts will automatically download the checkpoints to path specified by `--ckpt_path`.
|
| 71 |
|