izzysde commited on
Commit
ff40572
1 Parent(s): 83c571d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -9,12 +9,13 @@ tags:
9
  - hippo
10
  ---
11
 
12
- # 【使用hippojabe的風格生成卡通畫風圖片】
 
 
 
 
 
13
 
14
- # - hippojabe_style_image_generator 是基於 runwayml/stable-diffusion-v1-5 模型
15
- # - 用[小河馬實用貼圖--手繪風](https://store.line.me/stickershop/product/27243710/zh-Hant?from=sticker)作為訓練圖像
16
- # - 用 DreamBooth 方法去 fine-tune 的 text to image 模型。
17
- # - Fine-tune 作法可以參考: https://medium.com/@izzysde/只用24張圖複製我妹的畫風-dreambooth-微調stable-diffusion-v1-5-實作教學-3c3318362ebb
18
  # 模型方法使用方式如下:
19
 
20
  ## 安裝 diffusers, accelerate, cuda版torch
 
9
  - hippo
10
  ---
11
 
12
+ # 使用 hippojabe 的風格生成卡通畫風圖片
13
+
14
+ - **hippojabe_style_image_generator** 是基於 **runwayml/stable-diffusion-v1-5** 模型
15
+ - 用 [小河馬實用貼圖--手繪風](https://store.line.me/stickershop/product/27243710/zh-Hant?from=sticker) 作為訓練圖像
16
+ - 用 **DreamBooth** 方法去 fine-tune 的 text to image 模型。
17
+ - Fine-tune 作法可以參考: [只用24張圖複製我妹的畫風 - DreamBooth 微調 Stable Diffusion v1-5 實作教學](https://medium.com/@izzysde/只用24張圖複製我妹的畫風-dreambooth-微調stable-diffusion-v1-5-實作教學-3c3318362ebb)
18
 
 
 
 
 
19
  # 模型方法使用方式如下:
20
 
21
  ## 安裝 diffusers, accelerate, cuda版torch