ItsJayQz commited on
Commit
f22afce
1 Parent(s): e7f5922

Update README.md

Browse files

![tt1.png](https://s3.amazonaws.com/moonup/production/uploads/1671464989091-635eafb49f24f6db0a1eafd1.png)
![tt2.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988907-635eafb49f24f6db0a1eafd1.png)
![tt3.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988984-635eafb49f24f6db0a1eafd1.png)
![tt4.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988976-635eafb49f24f6db0a1eafd1.png)

Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
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
+ - telltale
10
+ - game
11
+ inference: true
12
  ---
13
+
14
+ ### Classic Telltale Diffusion
15
+ This model was trained on arts from gameplay footage across most Telltale classic games, and some game advertisements.
16
+ The art style can essentially be described as 2D comic arts but in 3D.
17
+ The model can do portraits, landscapes, and cars, though I have yet to try generating animals.
18
+
19
+ To reference the art style, use the token: telltale style
20
+
21
+ Here are some samples
22
+
23
+ **Portraits**
24
+ ![tt1.png](https://s3.amazonaws.com/moonup/production/uploads/1671464989091-635eafb49f24f6db0a1eafd1.png)
25
+ ![tt2.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988907-635eafb49f24f6db0a1eafd1.png)
26
+
27
+ **Landscapes**
28
+ ![tt3.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988984-635eafb49f24f6db0a1eafd1.png)
29
+
30
+ **Others**
31
+ ![tt4.png](https://s3.amazonaws.com/moonup/production/uploads/1671464988976-635eafb49f24f6db0a1eafd1.png)
32
+
33
+ **Disclaimers**
34
+ - I'm in no way affliated with Telltale Games, or any entities relating to the ownership of the game artworks.
35
+ - The phrase Valorant is simply a reference for accessibility.
36
+ - This was created entirely for research, and entertainment purpose.
37
+ - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes.
38
+ - I do not condone the usage of the model for making counterfeit products that might infringe on Telltale Games's copyrights/trademarks.
39
+
40
+ **License**
41
+ - This model is under Creative OpenRAIL-M.
42
+ - 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.
43
+ - However, there are restrictions on the openess of the license.
44
+ More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
45
+
46
+ **Responsibilities**
47
+ - By using/downloading the model, you are responsible for:
48
+ - All outputs/usage of the model.
49
+ - Understanding the Disclaimers
50
+ - Upholding the terms of the license.
51
+
52
+ Thanks for checking out the model!