Text-to-Image
Diffusers
MoistMix commited on
Commit
ceec7bc
1 Parent(s): 433739b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
  ---
6
+ ### MoistMix V2
7
+ Based on SD1.5
8
+
9
+ A much improved version of my last, quite a different style, but sticking to the same theme as a "do anything" type of model. It LOVES artist prompts and they can change up the whole image dramatically.
10
+
11
+ For any questions or feedback: [Pixiv](https://pixiv.me/moistmix)
12
+
13
+ This model is also available on [Civitai](https://civitai.com/models/4993/moistmix-v2)
14
+
15
+ This model includes a CKPT and a SafeTensors filetype which you can use the same way as a CKPT, with (sometimes) increased load speed while avoiding pickles. I am including my VAE as well.
16
+
17
+
18
+ [CKPT download link](https://huggingface.co/MoistMix/MoistMixV2/resolve/main/MoistMixV2.ckpt)
19
+
20
+ [SafeTensors download link](https://huggingface.co/MoistMix/MoistMixV2/resolve/main/MoistMixV2.safetensors)
21
+
22
+ [VAE download link](https://huggingface.co/MoistMix/MoistMixV2/resolve/main/MoistMixV2.vae.pt)
23
+
24
+
25
+ [Buy me a beer! :)](https://www.buymeacoffee.com/moistmix)
26
+
27
+
28
+ **A small sample of images generated with this model:**
29
+ ![Image Samples](https://huggingface.co/MoistMix/MoistMixV2/resolve/main/MoistMixV2_sample.jpg)
30
+
31
+
32
+ ## License
33
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
34
+ The CreativeML OpenRAIL License specifies:
35
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
36
+ 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
37
+ 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)
38
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)