Update README.md
Browse files
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
|