6DammK9 commited on
Commit
0a0ccb8
·
1 Parent(s): 55003bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
 
 
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - safetensors
10
+ #inference: true
11
+ #thumbnail: https://s2.loli.net/2023/05/31/bl27yWANrT3asoG.png
12
+ #widget:
13
+ #- text: >-
14
+ # 1girl with blonde two side up disheveled hair red eyes in black serafuku red
15
+ # ribbon, upper body, simple background, grey background, collarbone
16
+ # example_title: example 1girl
17
+ #datasets:
18
+ #- Crosstyan/BPDataset
19
+ library_name: diffusers
20
  ---
21
+
22
+ # AstolfoMix (Baseline) #
23
+
24
+ ![230926-342433587-2048-1152-4.5-48-20230911080644.png](https://huggingface.co/6DammK9/AstolfoMix/resolve/main/230926-342433587-2048-1152-4.5-48-20230911080644.png)
25
+
26
+ ```
27
+ parameters
28
+
29
+ (aesthetic:0), (quality:0), (car:0), [[mercedes]], (1girl:0), (boy:0), [[braid]], [astolfo]
30
+ Negative prompt: (worst:0), (low:0), (bad:0), (exceptional:0), (masterpiece:0), (comic:0), (extra:0), (lowres:0), (breasts:0.5)
31
+ Steps: 48, Sampler: Euler, CFG scale: 4.5, Seed: 342433587, Size: 1024x576, Model hash: 6100f3b2ae, Model: vcbp_mzpikas_tmnd-sd-v1.4, VAE hash: 551eac7037, VAE: vae-ft-mse-840000-ema-pruned.ckpt, Denoising strength: 0.7, Clip skip: 2, Hires upscale: 2, Hires upscaler: Latent, Dynamic thresholding enabled: True, Mimic scale: 1, Separate Feature Channels: False, Scaling Startpoint: MEAN, Variability Measure: AD, Interpolate Phi: 0.3, Threshold percentile: 100, Version: v1.6.0
32
+ ```
33
+
34
+ - Probably the best "baseline model" I've ever seen.
35
+ - Baseline Model: `vcbp_mzpikas_tmnd-sd-v1.4.safetensors`
36
+ - [Receipe Models: Merging UNETs into SD V1.4](https://huggingface.co/6DammK9/bpmodel-sd14-merge)
37
+ - ["Roadmap" / "Theory" in my Github.](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/README.MD)
38
+ - Receipe: **Uniform merge** of 3 models. M=0.5 (`vbp23-cbp2-sd-v1.4`) then M=0.33 (`vcbp_mzpikas_tmnd-sd-v1.4`)
39
+ - Recommended prompt: "SD 1.4's Text Encoder"
40
+ - Recommended resolution: *high*
41
+
42
+ ## License ##
43
+
44
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
45
+
46
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
47
+ 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
48
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license/blob/main/license.txt)