Hosioka commited on
Commit
7f1f0e9
·
1 Parent(s): f75c060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -25,15 +25,21 @@ Welcome to Baka-Diffusion! a latent diffusion model Trained and Fine-Tuned on **
25
  It can output high quality images with just a few tags
26
 
27
  e.g. **_masterpiece, best quality, 1girl, hakurei reimu, chromatic aberration, white background,_**
28
- # Versions!
29
- Our models have 2 versions FP16 and FP32 from my testing FP32 can create more complex backgrounds where as for the FP16 it creates simpler backgrounds
30
  ________
31
 
 
32
  # **The model was made to use with Latent Space Upscaling in mind**
33
  *Below are some examples generated with this model!*
34
- <img src= width=80% height=80%>
 
 
 
 
35
 
36
 
 
 
 
37
  # Usage!
38
  - DPM++ SDE Karras seems to be the best sampler for BakaV1
39
  - ClipSkip 1
 
25
  It can output high quality images with just a few tags
26
 
27
  e.g. **_masterpiece, best quality, 1girl, hakurei reimu, chromatic aberration, white background,_**
 
 
28
  ________
29
 
30
+
31
  # **The model was made to use with Latent Space Upscaling in mind**
32
  *Below are some examples generated with this model!*
33
+ <img src=https://s1.fileditch.ch/MIaYsUWfuwtNdwnsNbR.png width=100% height=100%>
34
+ ```
35
+ masterpiece, best quality, 1girl, hakurei reimu, chromatic aberration, white background,
36
+ Negative prompt: lowres, (bad anatomy), text, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, artist name, (out of frame), black and white, obese
37
+ ```
38
 
39
 
40
+ # Versions!
41
+ Our models have 2 versions FP16 and FP32 from my testing FP32 can create more complex backgrounds where as for the FP16 it creates simpler backgrounds
42
+
43
  # Usage!
44
  - DPM++ SDE Karras seems to be the best sampler for BakaV1
45
  - ClipSkip 1