SenorKaffee commited on
Commit
a6bfbe1
1 Parent(s): 8fa04d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
  ---
7
+ **Shichigoro Diffusion** v0.2
8
+
9
+ This is an experimental Stable Diffusion model trained on artworks by artist Shichigoro (https://shichigoro.com/).
10
+ Only for personal use! Please respect the original artist!
11
+
12
+ Use the token **_shichigoro_** in your prompts for the effect.
13
+
14
+ _shichigoro, woman, breasts, detailed iris, intricate details, sharp focus, red eyes, detailed black hair
15
+ Steps: 37, Sampler: Euler a, CFG scale: 7, Seed: 323609095, Size: 512x768_
16
+ ![Woman](https://huggingface.co/SenorKaffee/shichigoro-diff/resolve/main/samples/323609095_37.jpg)
17
+
18
+ **Dogs, Cats, Chicken, Cows:**
19
+ ![Animals](https://huggingface.co/SenorKaffee/shichigoro-diff/resolve/main/samples/323609095_37.jpg)
20
+
21
+ ### 🧨 Diffusers
22
+
23
+ This model can be used just like any other Stable Diffusion model. For more information,
24
+ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
25
+
26
+ This model was trained using the diffusers based dreambooth training by ShivamShrirao using prior-preservation loss and the _train-text-encoder_ flag in 800 steps.
27
+
28
+ ## License
29
+
30
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
31
+ The CreativeML OpenRAIL License specifies:
32
+
33
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
34
+ 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
35
+ 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)
36
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)