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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -11,10 +11,15 @@ tags:
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
 
11
 
12
  # 使用hippojabe的風格生成卡通畫風圖片
13
 
14
+ # hippojabe_style_image_generator 是基於 runwayml/stable-diffusion-v1-5 模型,用[小河馬實用貼圖--手繪風](https://store.line.me/stickershop/product/27243710/zh-Hant?from=sticker)作為訓練圖像,用 DreamBooth 方法去 fine-tune 的 text to image 模型
15
+
16
+
17
+ ## 安裝 diffusers, accelerate, cuda版torch
18
+ ```bash
19
  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
20
+ ```
21
 
22
+ ## 生成圖片
23
  ```python
24
  from diffusers import DiffusionPipeline
25
  import torch