mdmachine commited on
Commit
d53e929
1 Parent(s): 2685b10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md CHANGED
@@ -1,3 +1,94 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - coreml
5
+ - stable-diffusion
6
+ - text-to-image
7
  ---
8
+ # Core ML Converted Model:
9
+
10
+ - This model was converted to [Core ML for use on Apple Silicon devices](https://github.com/apple/ml-stable-diffusion). Conversion instructions can be found [here](https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-ckpt-or-safetensors-files-to-Core-ML).<br>
11
+ - Provide the model to an app such as Mochi Diffusion [Github](https://github.com/godly-devotion/MochiDiffusion) - [Discord](https://discord.gg/x2kartzxGv) to generate images.<br>
12
+ - `split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
13
+ - `original` version is only compatible with CPU & GPU option.<br>
14
+ - Custom resolution versions are tagged accordingly.<br>
15
+ - `vae` tagged files have a vae embedded into the model.<br>
16
+ - Descriptions are posted as-is from original model source. Not all features and/or results may be available in CoreML format.<br>
17
+ - This model was converted with `vae-encoder` for i2i.
18
+
19
+ # Note: Some models do not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
20
+
21
+ # Clarity:
22
+ Source(s): [Hugging Face](https://huggingface.co/Schisim/Clarity) - [CivitAI](https://civitai.com/models/5062/clarity)
23
+
24
+ <h1>Clarity 🤠</h1>
25
+ <img src="https://huggingface.co/Schisim/Clarity/resolve/main/Images/00615-2392482435.png" width=512/>
26
+
27
+
28
+ VAE NOT REQUIRED BUT RECOMENDED
29
+
30
+ Model requires VAE - https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main
31
+
32
+ File Structure for AUTOMATIC1111-webui :
33
+
34
+ |──sd
35
+
36
+ |----|──stable-diffusion-webui
37
+
38
+ |----|----|──models
39
+
40
+ |----|----|----|──VAE
41
+
42
+ |----|----|----|----|──Put your VAE file here
43
+
44
+ Merged Models
45
+
46
+ A list of merged models can be found bellow in the description of the attached model version.
47
+
48
+ Capabilities
49
+
50
+ NSFW Photography
51
+
52
+ SFW Photography is also possible, see "Trigger Words" bellow.
53
+
54
+ Photorealistic 3D renders
55
+
56
+ Emphasis on human anatomy
57
+
58
+ Limitations
59
+
60
+ Anything not listed above. This is model was created as a baseline to a general purpose model I'm working on.
61
+
62
+ Stylized images and object images are possible, but require a little finesse to generate.
63
+
64
+ Trigger Words
65
+
66
+ This checkpoint does not contain any trigger words.
67
+
68
+ However, placing some tags at the beginning of the prompts can heavily influence the generation.
69
+
70
+ These tags include:
71
+
72
+ "nsfw", "sfw", "erotica", and "nudity", "3d render", "cartoon"
73
+
74
+ Note: For SFW generation, try adding sfw to your prompt and nsfw to your negative prompt. For NSFW generation, try adding either nsfw, erotica, or nudity to your prompt and sfw to your negative prompt. In general, this is more useful for generating sfw images. This concept also applies to 3rd render and cartoon. I recommend leaving 3rd render and cartoon both in your negative prompt for generating photographic images.
75
+
76
+ Basic Prompt Guide
77
+
78
+ This model heavily revolves around UnstablePhotorealv.5. This means that you can the tagging system for PhotoReal, although I would recommend using a combination of the PhotoReal comma system and more natural language prompting.
79
+
80
+ Guide to prompting with PhotoReal - https://docs.google.com/document/d/1-DDIHVbsYfynTp_rsKLu4b2tSQgxtO5F6pNsNla12k0/edit#heading=h.3znysh7
81
+
82
+ Example prompt using commas and natural language:
83
+
84
+ Positive
85
+
86
+ A Professional Full Body Photo, of a beautiful young woman, clothed, standing indoors, Caucasian, toned physique, strawberry red hair, neutral expression
87
+
88
+ Negative
89
+
90
+ I recommend something simple like, deformed, bad anatomy, disfigured, missing limb, floating limbs, twisted, blurry, fused fingers, long neck, words, logo, text, mutated hands, mutated fingers
91
+
92
+ Modify as needed. For example, adding 3d render, cartoon to your negative prompt will help generate photographic images.
93
+
94
+ The prompts for this model are fairly flexible, experiment to find out what works best for you.