juliaturc commited on
Commit
ff05b97
1 Parent(s): 5b096e9

Change license to creative commons 2.0

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -5,7 +5,7 @@ thumbnail: "https://drive.google.com/uc?export=view&id=1JWwrxQbr1s5vYpIhPna_p2IG
5
  tags:
6
  - text2image
7
  - prompting
8
- license: "apache-2.0"
9
  datasets:
10
  - "succinctly/midjourney-prompts"
11
  ---
@@ -16,4 +16,7 @@ This prompt generator can be sued to auto-complete prompts for any text-to-image
16
  ![prompt autocomplete model](https://drive.google.com/uc?export=view&id=1JqZ-CaWNpQ4iO0Qcd3b8u_QnBp-Q0PKu)
17
 
18
 
19
- Note that, while this model can be used together with any text-to-image model, it occasionally produces Midjourney-specific tags. Users can specify certain requirements via [double-dashed parameters](https://midjourney.gitbook.io/docs/imagine-parameters) (e.g. `--ar 16:9` sets the aspect ratio to 16:9, and `--no snake` asks the model to exclude snakes from the generated image) or set the importance of various entities in the image via [explicit weights](https://midjourney.gitbook.io/docs/user-manual#advanced-text-weights) (e.g. `hot dog::1.5 food::-1` is likely to produce the image of an animal instead of a frankfurter).
 
 
 
 
5
  tags:
6
  - text2image
7
  - prompting
8
+ license: "cc-by-2.0"
9
  datasets:
10
  - "succinctly/midjourney-prompts"
11
  ---
 
16
  ![prompt autocomplete model](https://drive.google.com/uc?export=view&id=1JqZ-CaWNpQ4iO0Qcd3b8u_QnBp-Q0PKu)
17
 
18
 
19
+ Note that, while this model can be used together with any text-to-image model, it occasionally produces Midjourney-specific tags. Users can specify certain requirements via [double-dashed parameters](https://midjourney.gitbook.io/docs/imagine-parameters) (e.g. `--ar 16:9` sets the aspect ratio to 16:9, and `--no snake` asks the model to exclude snakes from the generated image) or set the importance of various entities in the image via [explicit weights](https://midjourney.gitbook.io/docs/user-manual#advanced-text-weights) (e.g. `hot dog::1.5 food::-1` is likely to produce the image of an animal instead of a frankfurter).
20
+
21
+
22
+ When using this model, please attribute credit to [Succinctly AI](https://succinctly.ai).