Yntec commited on
Commit
d74c71a
·
verified ·
1 Parent(s): cb7925d

Upload ItsJayQz/Valorant_Diffusion/README.md with huggingface_hub

Browse files
ItsJayQz/Valorant_Diffusion/README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ### Gradio
24
+
25
+ We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Valorant_Diffusion:
26
+ [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/akhaliq/Valorant_Diffusion)
27
+
28
+ Here are some samples.
29
+
30
+ **Portraits**
31
+ ![vlr2.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821465-635eafb49f24f6db0a1eafd1.png)
32
+ ![vlr1.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821370-635eafb49f24f6db0a1eafd1.png)
33
+
34
+ **Landscapes**
35
+ ![vlr3.png](https://s3.amazonaws.com/moonup/production/uploads/1671311821395-635eafb49f24f6db0a1eafd1.png)
36
+
37
+ **Disclaimers**
38
+ - I'm in no way affliated with RiotGames, or any entities relating to the ownership of the game artworks.
39
+ - The phrase Valorant is simply a reference for accessibility.
40
+ - This was created entirely for research, and entertainment purpose.
41
+ - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes.
42
+ - I do not condone the usage of the model for making counterfeit products that might infringe on RiotGames's copyrights/trademarks.
43
+
44
+ **License**
45
+ - This model is under Creative OpenRAIL-M.
46
+ - 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.
47
+ - However, there are restrictions on the openess of the license.
48
+ More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
49
+
50
+ **Responsibilities**
51
+ - By using/downloading the model, you are responsible for:
52
+ - All outputs/usage of the model.
53
+ - Understanding the Disclaimers
54
+ - Upholding the terms of the license.
55
+
56
+ Thanks for checking out the model!