lxj616 commited on
Commit
ee1d0d5
1 Parent(s): 2ceba00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -2,7 +2,9 @@
2
  license: bigscience-bloom-rail-1.0
3
  ---
4
 
5
- ## A finetuned stable diffusion on early chinese posters of farmers and workers
 
 
6
 
7
  The meme text in sample are added manually afterwards
8
 
@@ -12,7 +14,7 @@ This prompt generate posters as original
12
  a drawing of people in style of chinese propaganda poster
13
  ```
14
 
15
- <img src="https://huggingface.co/lxj616/stable-diffusion-cn-poster/resolve/main/sample1.jpg" width=30% height=30%>
16
 
17
  You may add some creativity to the prompt
18
 
@@ -20,8 +22,14 @@ You may add some creativity to the prompt
20
  a drawing of batman/superman in style of chinese propaganda poster
21
  ```
22
 
23
- <img src="https://huggingface.co/lxj616/stable-diffusion-cn-poster/resolve/main/sample2.jpg" width=30% height=30%>
24
 
25
  ## License
26
 
27
- See LICENSE.TXT from original stable-diffusion model repo
 
 
 
 
 
 
 
2
  license: bigscience-bloom-rail-1.0
3
  ---
4
 
5
+ ## Stable Diffusion With Chinese Characteristics
6
+
7
+ A finetuned stable diffusion on early chinese posters of farmers and workers
8
 
9
  The meme text in sample are added manually afterwards
10
 
 
14
  a drawing of people in style of chinese propaganda poster
15
  ```
16
 
17
+ <img src="https://huggingface.co/lxj616/stable-diffusion-cn-poster/resolve/main/sample1.jpg" width=50% height=50%>
18
 
19
  You may add some creativity to the prompt
20
 
 
22
  a drawing of batman/superman in style of chinese propaganda poster
23
  ```
24
 
25
+ <img src="https://huggingface.co/lxj616/stable-diffusion-cn-poster/resolve/main/sample2.jpg" width=50% height=50%>
26
 
27
  ## License
28
 
29
+ See LICENSE.TXT from original stable-diffusion model repo
30
+
31
+ ## Technical Details
32
+
33
+ On a single RTX 3090 Ti, 24G VRAM, 3 hours, 40 images of chinese posters, based on sd-v1.4
34
+
35
+ [Finetune stable diffusion under 24gb vram in hours](https://lxj616.github.io/jekyll/update/2022/09/12/finetune-stable-diffusion-under-24gb-vram-in-hours.html)