nubby commited on
Commit
4ebc596
1 Parent(s): 7267e16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -1,4 +1,58 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
- This model card is under construction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ This repo contains StableDiffusion models which have been created by merging various other models together. See below for models contained in each merge along with links to the original models if available on Hugging Face.
6
+
7
+ ## Usage
8
+ These models can be used in StableDiffusion, including the extremely popular Web UI by Automatic1111 or any other build that supports the .safetensors format. Please consult the documentation for your installation of StableDiffusion for more specific instructions.
9
+
10
+ I recommend using these models with the [kl-f8-anime2 VAE published by hakurei](https://huggingface.co/hakurei/waifu-diffusion-v1-4). Please consult the documentation for your installation of StableDiffusion for instructions for using a custom VAE.
11
+
12
+ ## Example images:
13
+ <table>
14
+ <tr>
15
+ <td><img src=https://i.imgur.com/NtT1U2k.jpg width=100% height=100%/></td>
16
+ <td><img src=https://i.imgur.com/oVUsmv4.jpg width=100% height=100%/></td>
17
+ <td><img src=https://i.imgur.com/EH2246Z.jpg width=100% height=100%/></td>
18
+ <td><img src=https://i.imgur.com/v1ehb5W.jpg width=100% height=100%/></td>
19
+ </tr>
20
+ </table>
21
+
22
+ ## EveryoneMix.safetensors
23
+ [wlop-any by SirVeggie](https://huggingface.co/SirVeggie/wlop)
24
+ [nixeu-any by SirVeggie](https://huggingface.co/SirVeggie/nixeu)
25
+ [Ilya_5700 by flamesbob](https://huggingface.co/flamesbob/Ilya_model)
26
+ [ross_model12k by flamesbob](https://huggingface.co/flamesbob/ross_model)
27
+ [ouroboros_v3_blend_m_ouroboros_token_style_classword by Eppinette](https://huggingface.co/Eppinette/Ouroboros)
28
+ [Bo_Chen03step02300pruned by JRW1994](https://huggingface.co/JRW1994/Bo_Chen/tree/main)
29
+ [dreamlike-diffusion-1.0 by dreamlike-art](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)
30
+ [kntkV3_11000 by nubby](https://huggingface.co/nubby/kantoku)
31
+ [Elysium_Anime_V2 by hesw23168](https://huggingface.co/hesw23168/SD-Elysium-Model)
32
+ F222_F222 by Zeipher AI (?) - Original upload not available on Hugging Face
33
+
34
+ Use the following tokens from the source models may produce varying effects in the outputs when added to your prompt. Try mixing and matching them to see what works.
35
+ Tokens: ```"m_wlop, m_nixeu, m_ilya, m_ross, m_ouroboros, dreamlikeart, kntk"``` Classes: ```"artstyle, illustration style, style"```
36
+
37
+ ## EveryoneMix.safetensors
38
+ [wlop-any by SirVeggie](https://huggingface.co/SirVeggie/wlop)
39
+ [nixeu-any by SirVeggie](https://huggingface.co/SirVeggie/nixeu)
40
+ [Ilya_5700 by flamesbob](https://huggingface.co/flamesbob/Ilya_model)
41
+ [ross_model12k by flamesbob](https://huggingface.co/flamesbob/ross_model)
42
+ [ouroboros_v3_blend_m_ouroboros_token_style_classword by Eppinette](https://huggingface.co/Eppinette/Ouroboros)
43
+ [Bo_Chen03step02300pruned by JRW1994](https://huggingface.co/JRW1994/Bo_Chen/tree/main)
44
+ [dreamlike-diffusion-1.0 by dreamlike-art](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)
45
+ [kntkV3_11000 by nubby](https://huggingface.co/nubby/kantoku)
46
+ [Shirayuki_Anime_v1-fp16 by hesw23168](https://huggingface.co/hesw23168/SD_Shirayuki_Model)
47
+ F222_F222 by Zeipher AI (?) - Original upload not available on Hugging Face
48
+
49
+ Use the following tokens from the source models may produce varying effects in the outputs when added to your prompt. Try mixing and matching them to see what works.
50
+ Tokens: ```"m_wlop, m_nixeu, m_ilya, m_ross, m_ouroboros, dreamlikeart, kntk"``` Classes: ```"artstyle, illustration style, style"```
51
+
52
+ ## License
53
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
54
+ The CreativeML OpenRAIL License specifies:
55
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
56
+ 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
57
+ 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)
58
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)