mdmachine commited on
Commit
c44b722
1 Parent(s): c531aed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
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
+ # miniSD:
22
+ Source(s): [Hugging Face](https://huggingface.co/justinpinkney/miniSD)
23
+
24
+
25
+ ## Training details
26
+
27
+ Fine tuned from the stable-diffusion 1.4 checkpoint as follows:
28
+
29
+ - 22,000 steps fine-tuning only the attention layers of the unet, learn rate=1e-5, batch size=256
30
+ - 66,000 steps training the full unet, learn rate=5e-5, batch size=552
31
+
32
+ - GPUs provided by [Lambda GPU Cloud](https://lambdalabs.com/service/gpu-cloud)
33
+ - Trained on [LAION Improved Aesthetics 6plus](https://huggingface.co/datasets/ChristophSchuhmann/improved_aesthetics_6plus).
34
+ - Trained using https://github.com/justinpinkney/stable-diffusion, original [checkpoint available here](https://huggingface.co/justinpinkney/miniSD)
35
+
36
+ ## License
37
+ 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:
38
+
39
+ - You can't use the model to deliberately produce nor share illegal or harmful outputs or content
40
+ - 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
41
+ - 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