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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -9,6 +9,12 @@ tags:
9
  - hippo
10
  ---
11
 
 
 
 
 
 
 
12
  ```python
13
  from diffusers import DiffusionPipeline
14
  import torch
 
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