andyleeyuan commited on
Commit
3ed283d
1 Parent(s): d6880c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -11
README.md CHANGED
@@ -1,16 +1,23 @@
1
- <strong>*RacyMixV1*</strong>
 
 
 
 
 
2
 
3
- Merge by Weighted Sum *PastelMix 0.6* + *RacyV1 0.4*(I forgot the recipe) <br>
 
 
4
 
5
  vae:Recommend kl-f8-anime2(https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt)
6
 
7
 
8
  The generation of hands may be slightly unstable, please adjust the negative prompt yourself
9
  If no specific background is specified, there is a high probability of generating a city or a supermarket.
10
- <br>
11
 
12
 
13
- Examples
 
14
 
15
  - *Sampler: DPM++ SDE Karras*
16
  - *Steps: 20*
@@ -20,18 +27,21 @@ Examples
20
  - *Upscaler: Latent(nearest-exact)*
21
  - *Highres Step: 0*
22
  - *Denoising strength: 0.55*
23
- <br>
24
 
25
- Positive: 1girl, sarong bikini nail polish skindentation,cowboy shot, beach, sunlight, blue sky,<br>
26
- Negative: EasyNegative(https://huggingface.co/datasets/gsdf/EasyNegative)
27
- <br>
 
 
28
 
29
  <img src="https://i.imgur.com/DeavyG1.png" width="512" height="768">
30
 
31
-
32
- Positive: ((perfect details, highres, ultra-detailed, illustration)),
33
  Hindu mythology, Chandra, deity, male, serene expression, crescent moon on forehead, white complexion, four arms, holding conch shell and discus, lotus flower, cosmic background, stars, peaceful
34
- Negative: EasyNegative
 
 
35
 
36
  <img src="https://i.imgur.com/PFzyRrp.png" width="512" height="768">
37
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
+ ---
7
 
8
+ # RacyMixV1
9
+
10
+ Merge by Weighted Sum *PastelMix 0.6* + *RacyV1 0.4*(I forgot the recipe)
11
 
12
  vae:Recommend kl-f8-anime2(https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt)
13
 
14
 
15
  The generation of hands may be slightly unstable, please adjust the negative prompt yourself
16
  If no specific background is specified, there is a high probability of generating a city or a supermarket.
 
17
 
18
 
19
+
20
+ # Examples
21
 
22
  - *Sampler: DPM++ SDE Karras*
23
  - *Steps: 20*
 
27
  - *Upscaler: Latent(nearest-exact)*
28
  - *Highres Step: 0*
29
  - *Denoising strength: 0.55*
 
30
 
31
+ ```
32
+ 1girl, sarong bikini nail polish skindentation,cowboy shot, beach, sunlight, blue sky,
33
+ Negative prompt: EasyNegative,
34
+ Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 8, Seed: 3550464031, Size: 512x768, Denoising strength: 0.55, Clip skip: 2, ENSD: 31337, Hires upscale: 1.5, Hires upscaler: Latent (nearest-exact)
35
+ ```
36
 
37
  <img src="https://i.imgur.com/DeavyG1.png" width="512" height="768">
38
 
39
+ ```
40
+ ((perfect details, highres, ultra-detailed, illustration)),
41
  Hindu mythology, Chandra, deity, male, serene expression, crescent moon on forehead, white complexion, four arms, holding conch shell and discus, lotus flower, cosmic background, stars, peaceful
42
+ Negative prompt: EasyNegative,
43
+ Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 8, Seed: 3352669632, Size: 512x768, Denoising strength: 0.55, Clip skip: 2, ENSD: 31337, Hires upscale: 1.5, Hires upscaler: Latent (nearest-exact)
44
+ ```
45
 
46
  <img src="https://i.imgur.com/PFzyRrp.png" width="512" height="768">
47