Update README.md (Fix Typos)

#1
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -9,23 +9,23 @@ license: apache-2.0
9
  ---
10
 
11
  # InstantID for StableDiffusion 1.5
12
- This is unofficial implementation InstantID for StableDiffusion 1.5.
13
- SD15 has a lot of finetuned models. So you can use all of this models with combination of instantid components to get awesome results.
14
 
15
- <a href="https://instantid.github.io">Official InstantID</a> works only with SDXL and contains code only for inference.
16
  But this repository contains Training and Inference code.
17
- Training process was used only 10M images from <a href="https://github.com/FacePerceiver/LAION-Face">LAION-FACE 50M</a> dataset (Original InstantID used 50M Laion-face + 10M custom images).
18
- Feel free to adapt it for your personal purposes. I will be glad if somebody find it usefull.
19
 
20
  ## How to use:
21
- See <a href="https://github.com/TheDenk/InstantID-SD1.5.git">Github instruction</a>.
22
 
23
  ## Examples
24
- Examples with <a href="https://civitai.com/models/132632/epicphotogasm">epiCPhotoGasm model</a> + styles from original InstantID.
25
  <p>
26
  <img src="./examples/demo/epicphoto.png" width="600" height="480" title="epicphoto"/>
27
  </p>
28
- Examples with <a href="https://civitai.com/models/65203/disney-pixar-cartoon-type-a">Disney Pixar Cartoon Type A model</a> + styles from original InstantID.
29
  <p>
30
  <img src="./examples/demo/disneypixart.png" width="600" height="480" title="disneypixart"/>
31
  </p>
@@ -53,7 +53,7 @@ Using only models without special style prompts.
53
  <p>
54
  <img src="./examples/demo/mj.png" width="600" height="480" title="mj_example"/>
55
  </p>
56
- Examples with <a href="https://civitai.com/models/24387/aniflatmix-anime-flat-color-style-mix">Aniflatmix model</a> + styles from original InstantID.
57
  <p>
58
  <img src="./examples/demo/aniflat.png" width="600" height="480" title="disneypixart"/>
59
  </p>
 
9
  ---
10
 
11
  # InstantID for StableDiffusion 1.5
12
+ This is an unofficial implementation InstantID for StableDiffusion 1.5.
13
+ There is a lot of finetuned SD1 models. So you can use them with InstantID to get awesome results.
14
 
15
+ <a href="https://instantid.github.io">Official InstantID</a> works only with SDXL and contains the code only for inference.
16
  But this repository contains Training and Inference code.
17
+ For the training process there were only used 10M images from <a href="https://github.com/FacePerceiver/LAION-Face">LAION-FACE 50M</a> dataset (Original InstantID used 50M Laion-face + 10M custom images).
18
+ Feel free to adapt it for your personal purposes. I will be glad if somebody finds it useful.
19
 
20
  ## How to use:
21
+ See <a href="https://github.com/TheDenk/InstantID-SD1.5.git">the instruction on Github</a>.
22
 
23
  ## Examples
24
+ Examples with <a href="https://civitai.com/models/132632/epicphotogasm">the epiCPhotoGasm model</a> + styles from original InstantID.
25
  <p>
26
  <img src="./examples/demo/epicphoto.png" width="600" height="480" title="epicphoto"/>
27
  </p>
28
+ Examples with <a href="https://civitai.com/models/65203/disney-pixar-cartoon-type-a">the Disney Pixar Cartoon Type A model</a> + styles from original InstantID.
29
  <p>
30
  <img src="./examples/demo/disneypixart.png" width="600" height="480" title="disneypixart"/>
31
  </p>
 
53
  <p>
54
  <img src="./examples/demo/mj.png" width="600" height="480" title="mj_example"/>
55
  </p>
56
+ Examples with <a href="https://civitai.com/models/24387/aniflatmix-anime-flat-color-style-mix">the Aniflatmix model</a> + styles from original InstantID.
57
  <p>
58
  <img src="./examples/demo/aniflat.png" width="600" height="480" title="disneypixart"/>
59
  </p>