svjack commited on
Commit
ab752ca
1 Parent(s): 70d036c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,7 +4,10 @@ library_name: diffusers
4
 
5
  ## Generate Genshin Impact LandScape style image by lora tuned on stable-diffusion-xl
6
 
7
- ### Init
 
 
 
8
 
9
  ```python
10
  import torch
 
4
 
5
  ## Generate Genshin Impact LandScape style image by lora tuned on stable-diffusion-xl
6
 
7
+ ### Install
8
+ ```bash
9
+ pip install git+https://github.com/huggingface/diffusers.git peft
10
+ ```
11
 
12
  ```python
13
  import torch