Ruri0804 commited on
Commit
9b0a802
1 Parent(s): 2d2a21e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
+ - safetensors
7
+
8
  ---
9
+
10
+ # Holicon
11
+
12
+ A series of models based on my personal preferences.
13
+
14
+ Holicon has no actual meaning. Suffix may represent a certain artist or the abbreviation of the models used in the merger. All models listed are baked in suitable VAE.
15
+
16
+ ## Tips
17
+
18
+ 1. Please feel free to use whatever parameters you want.
19
+
20
+ 2. But if you want to get images similar to the examples images or want to know some of my usage of these models, you can refer to the model introduction and use below.
21
+
22
+ 3. Download the image with a suffix other than 0 to read the parameters.
23
+
24
+ ## Introduction
25
+
26
+ 1. Holicon-F79
27
+
28
+ Suitable for generating low saturation and more flat images, but it is weaker than other models in terms of prompt response.
29
+
30
+ ![F79_0](https://huggingface.co/Ruri0804/Holicon/resolve/main/Examples/F79_0.png )
31
+
32
+ 2. Holicon-Hiten
33
+
34
+ Suitable for generating my personal favorite character with slightly juvenile and whiter skin, thanks to the merging of PVC type models.
35
+
36
+ ![Hiten_0](https://huggingface.co/Ruri0804/Holicon/resolve/main/Examples/Hiten_0.png )
37
+
38
+ 3. Holicon-mao
39
+
40
+ This model is similar to the Holicon-Hiten character, but the image will be more pinkish. It has better scene generation capabilities. In terms of usage, I recommend using it only with Hires fix. (Automatic1111-stable-diffusion-webui 1.6.0+)
41
+
42
+ ![mao_0](https://huggingface.co/Ruri0804/Holicon/resolve/main/Examples/mao_0.png )
43
+
44
+ Examples used on Hires fix.
45
+
46
+ Nordrin_little v2.5 as the first pass and Holicon-mao as Hires fix.
47
+
48
+ ![mao_first_pass_generate_0](https://huggingface.co/Ruri0804/Holicon/resolve/main/Examples/mao_first_pass_generate_0.png )
49
+
50
+ Holicon-F79 as the first pass and Holicon-mao as Hires fix.
51
+
52
+ ![mao_F79_4_second_hires_fix_0](https://huggingface.co/Ruri0804/Holicon/resolve/main/Examples/mao_F79_4_second_hires_fix_0.png )
53
+
54
+ ### Recommended Settings
55
+
56
+ Sampler: DPM++ SDE (30 ~ 50 steps)
57
+
58
+ Hires fix Sampler: Euler a (15 ~ 40 steps)
59
+
60
+ Upscaler 1: Latent (bicubic antialiased) for more details
61
+
62
+ Upscaler 2: ScuNET PSNR for cleaner results
63
+
64
+ Denoising: 0.5 ~ 0.6
65
+
66
+ CFG: 7 ~ 9
67
+