ItsJayQz commited on
Commit
07442f7
1 Parent(s): 6a485c0

Update README.md

Browse files

![vlr1.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821370-635eafb49f24f6db0a1eafd1.png)
![vlr2.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821465-635eafb49f24f6db0a1eafd1.png)
![vlr3.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821395-635eafb49f24f6db0a1eafd1.png)

Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
 
 
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusers
9
+ - valorant
10
+ - game
11
+ inference: true
12
  ---
13
+
14
+ ### Valorant Diffusion
15
+ This model was trained on the Valorant agents splash arts, and some extra arts on the official website.
16
+ I thought about including the agents trailers and lore videos, but for the art style is slightly ever so different. I might make an updated version which includes them.
17
+ The model can do portraits and landscape (possibly animal as well?), but not many objects, or at least not cars.
18
+
19
+ To reference the art style, use the token: valorant style
20
+
21
+ There is already an existing model that uses textual inversion. This is trained using Dreambooth instead, whether or not this method is better, I will let you judge.
22
+
23
+ Here are some samples.
24
+
25
+ **Portraits**
26
+ ![vlr2.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821465-635eafb49f24f6db0a1eafd1.png)
27
+ ![vlr1.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821370-635eafb49f24f6db0a1eafd1.png)
28
+
29
+ **Landscapes**
30
+ ![vlr3.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821395-635eafb49f24f6db0a1eafd1.png)
31
+
32
+ **Disclaimers**
33
+ - I'm in no way affliated with RiotGames, or any entities relating to the ownership of the game artworks.
34
+ - The phrase Valorant is simply a reference for accessibility.
35
+ - This was created entirely for research, and entertainment purpose.
36
+ - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes.
37
+ - I do not condone the usage of the model for making counterfeit products that might infringe on RiotGames's copyrights/trademarks.
38
+
39
+ **License**
40
+ - This model is under Creative OpenRAIL-M.
41
+ - This means the model can be used royalty-free, and flexible with the model usage, such as redistribution of the model, or of any derivatives of the model.
42
+ - However, there are restrictions on the openess of the license.
43
+ More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
44
+
45
+ **Responsibilities**
46
+ - By using/downloading the model, you are responsible for:
47
+ - All outputs/usage of the model.
48
+ - Understanding the Disclaimers
49
+ - Upholding the terms of the license.
50
+
51
+ Thanks for checking out the model!