izzysde commited on
Commit
e791b34
1 Parent(s): 4407962

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,12 +9,12 @@ tags:
9
  - hippo
10
  ---
11
 
12
- 使用hippojabe的風格生成卡通畫風圖片
13
-
14
- pip install diffusers, accelerate
15
- pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 -f https://download.pytorch.org/whl/cu118/torch_stable.html
16
 
 
 
17
 
 
18
  ```python
19
  from diffusers import DiffusionPipeline
20
  import torch
 
9
  - hippo
10
  ---
11
 
12
+ # 使用hippojabe的風格生成卡通畫風圖片
 
 
 
13
 
14
+ ## 0. 安裝 diffusers, accelerate, cuda版torch
15
+ pip install diffusers, accelerate, torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 -f https://download.pytorch.org/whl/cu118/torch_stable.html
16
 
17
+ ## 1. 生成圖片
18
  ```python
19
  from diffusers import DiffusionPipeline
20
  import torch