mekabu commited on
Commit
ca8ccd6
·
1 Parent(s): e687079

modified README.md

Browse files
Files changed (1) hide show
  1. README.md +147 -0
README.md CHANGED
@@ -1,3 +1,150 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ library_name: diffusers
9
  ---
10
+
11
+ <style>
12
+ * {
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ .column {
17
+ float: left;
18
+ width: 100%;
19
+ padding: 5px;
20
+ }
21
+
22
+ .column2 {
23
+ float: left;
24
+ width: 50%;
25
+ padding: 5px;
26
+ }
27
+
28
+ .column3 {
29
+ float: left;
30
+ width: 33.33%;
31
+ padding: 5px;
32
+ }
33
+
34
+ .row::after {
35
+ content: "";
36
+ clear: both;
37
+ display: table;
38
+ }
39
+
40
+ @media screen and (max-width: 400px) {
41
+ .column {
42
+ width: 100%;
43
+ }
44
+ .column2 {
45
+ width: 100%;
46
+ }
47
+ }
48
+ </style>
49
+
50
+
51
+ <!-- <center><img src=Magicalmix_logo.png></center> -->
52
+
53
+ <center><h1>MagicalMix v1</h></center>
54
+
55
+ <center><p><h3>What's this model</h></p></center>
56
+ <p>
57
+ This model is unique in that it produces illustrations with a somewhat matte paint.
58
+
59
+ This model was created with reference to <a href="https://huggingface.co/AgraFL/RefSlave-V2">AgraFL/RefSlave-V2</a>.
60
+
61
+ VAE uses <a href="https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt">kl-f8-anime2</a>.
62
+
63
+ </p>
64
+
65
+ <center><p><h3>Example</h></p></center>
66
+ <div class=row>
67
+ <div class=column3><img src=Sample/SampleA_01.png><center>Seed:2752209459</center></div>
68
+ <div class=column3><img src=Sample/SampleA_02.png><center>Seed:2752209466</center></div>
69
+ <div class=column3><img src=Sample/SampleA_03.png><center>Seed:2752209470</center></div>
70
+ </div>
71
+
72
+ ```
73
+ Prompt:
74
+ ((masterpiece:1.2, best_quality)), ultra-detailed, illustration, (art nouveau:1.4), cowboy shot, solo, 1girl, magical girl, magic circle, {dress shirt, frilled skirt, puffy sleeves, hair ribbon}, {pink hair, short hair, two side up}, {happy, smile}, alphonse mucha, (tarot:1.3)
75
+ Negative Prompt:
76
+ (worst quality, low quality:1.4), EasyNegative , bad_prompt_version2, nsfw
77
+ Sampler:DPM++ 2M Karras
78
+ Sampling steps:30
79
+ CFG Scale:8
80
+ Size:400x720
81
+ Upscale:x2
82
+ Hires steps:20
83
+ Upscaler:R-ESRGAN 4x+ Anime6B
84
+ ```
85
+
86
+ <div class=row>
87
+ <div class=column2><img src=Sample/SampleB_01.png><center>Seed:2752209459</center></div>
88
+ <div class=column2><img src=Sample/SampleB_02.png><center>Seed:2752209466</center></div>
89
+ </div>
90
+
91
+ ```
92
+ Prompt:
93
+ ((masterpiece:1.2, best_quality)), ultra-detailed, illustration, (art nouveau:1.4), cowboy shot, solo, 1girl, magical girl, magic circle, {dress shirt, frilled skirt, puffy sleeves, hair ribbon}, {pink hair, short hair, two side up}, {happy, smile}, alphonse mucha, (tarot:1.3)
94
+ Negative Prompt:
95
+ (worst quality, low quality:1.4), EasyNegative , bad_prompt_version2, nsfw
96
+ Sampler:DPM++ 2M Karras
97
+ Sampling steps:30
98
+ CFG Scale:8
99
+ Size:400x720
100
+ Upscale:x2
101
+ Hires steps:20
102
+ Upscaler:R-ESRGAN 4x+ Anime6B
103
+ ```
104
+
105
+ <div class=row>
106
+ <div class=column1><img src=Sample/SampleC_01.png><center>Seed:2752209459</center></div>
107
+ </div>
108
+
109
+ ```
110
+ Prompt:
111
+ ((masterpiece:1.2, best_quality)), ultra-detailed, illustration, (art nouveau:1.4), cowboy shot, solo, 1girl, magical girl, magic circle, {dress shirt, frilled skirt, puffy sleeves, hair ribbon}, {pink hair, short hair, two side up}, {happy, smile}, alphonse mucha, (tarot:1.3)
112
+ Negative Prompt:
113
+ (worst quality, low quality:1.4), EasyNegative , bad_prompt_version2, nsfw
114
+ Sampler:DPM++ 2M Karras
115
+ Sampling steps:30
116
+ CFG Scale:8
117
+ Size:400x720
118
+ Upscale:x2
119
+ Hires steps:20
120
+ Upscaler:R-ESRGAN 4x+ Anime6B
121
+ ```
122
+
123
+ <center><p><h3>Model recipe</h></p></center>
124
+
125
+ <div class=row>
126
+ <div class=column2>
127
+
128
+ |No.|type|Model_A|Model_B|ModelC|Output|
129
+ |:---:|:---:|:---:|:---:|:---:|:---:|
130
+ |1||||
131
+ |2||||
132
+ |3||||
133
+ |4||||
134
+
135
+ </div>
136
+ <div class=column2>
137
+
138
+ |No.|type|Model_A|Model_B|ModelC|Output|
139
+ |:---:|:---:|:---:|:---:|:---:|:---:|
140
+ |5||||
141
+ |6||||
142
+ |7||||
143
+ |8||||
144
+
145
+ </div>
146
+ </div>
147
+
148
+ |No.|Model_A|Model_B|Weight|Output|
149
+ |:---:|:---:|:---:|:---:|:---:|
150
+ |Final||||