Prgckwb commited on
Commit
36bdb04
1 Parent(s): 87c6c17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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