Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,13 @@ The model is made specifically for TrpFrog and faithfully reproduces its appeara
|
|
29 |
|
30 |
|
31 |
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
```python
|
34 |
from diffusers import StableDiffusionPipeline
|
|
|
29 |
|
30 |
|
31 |
## Usage
|
32 |
+
First install the necessary packages.
|
33 |
+
|
34 |
+
```bash
|
35 |
+
pip install diffusers transformers accelerate scipy safetensors
|
36 |
+
```
|
37 |
+
|
38 |
+
The image can then be generated with the following script.
|
39 |
|
40 |
```python
|
41 |
from diffusers import StableDiffusionPipeline
|