TheRafal commited on
Commit
390c523
1 Parent(s): a98f456

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -10
README.md CHANGED
@@ -9,12 +9,66 @@ tags:
9
  - text-to-image
10
  - diffusers
11
  ---
 
 
 
 
12
  # Everything V1
13
- Like other anime-style Stable Diffusion models, it also supports danbooru tags to generate images.
14
 
15
  e.g. **_1girl, white hair, blue eyes, cat ears, outdoors, city_**
16
 
17
- ## 🤗 Diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  This model can be used just like any other Stable Diffusion model. For more information,
20
  please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
@@ -37,14 +91,8 @@ image = pipe(prompt).images[0]
37
  image.save("./monika.png")
38
  ```
39
 
40
- ## License
41
-
42
- This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
43
- The CreativeML OpenRAIL License specifies:
44
 
45
- 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
46
- 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
47
- 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)
48
- [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
49
 
50
  (TODO)
 
9
  - text-to-image
10
  - diffusers
11
  ---
12
+
13
+
14
+ ----
15
+
16
  # Everything V1
17
+ Everything V1 is a fine-tuned model based on Anything V3. It was trained using Dreambooth. Like other anime-style Stable Diffusion models, it also supports danbooru tags to generate images.
18
 
19
  e.g. **_1girl, white hair, blue eyes, cat ears, outdoors, city_**
20
 
21
+ ----
22
+
23
+ ----
24
+
25
+ # Table of Contents
26
+ (TODO)
27
+
28
+ ----
29
+
30
+ # License
31
+
32
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
33
+ The CreativeML OpenRAIL License specifies:
34
+
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)
39
+
40
+ # Terms of use
41
+
42
+ - **Clearly indicate where modifications have been made.**
43
+ If you used it for merging, please state what steps you took to do so.
44
+
45
+ ----
46
+
47
+ # How to download
48
+
49
+ ## Batch download
50
+
51
+ 1. Install Git
52
+ 2. Create a folder of your choice and right click → "Git bash here" and open a gitbash on the folder's directory.
53
+ 3. Run the following commands in order.
54
+
55
+ ```
56
+ git lfs install
57
+ git clone https://huggingface.co/TheRafal/everything-v1
58
+ ```
59
+
60
+ 4. Complete
61
+
62
+ ## Select and download
63
+
64
+ 1. Go to the Files tab.
65
+ 2. Select the model you want to download
66
+ 3. Download
67
+ 4. Complete
68
+
69
+ ----
70
+
71
+ # Diffusers
72
 
73
  This model can be used just like any other Stable Diffusion model. For more information,
74
  please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
 
91
  image.save("./monika.png")
92
  ```
93
 
94
+ ----
 
 
 
95
 
96
+ # Model details
 
 
 
97
 
98
  (TODO)