Yntec commited on
Commit
7f0e8f4
·
verified ·
1 Parent(s): 0a6e1b0

Upload ItsJayQz/Marvel_WhatIf_Diffusion/README.md with huggingface_hub

Browse files
ItsJayQz/Marvel_WhatIf_Diffusion/README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: creativeml-openrail-m
5
+ tags:
6
+ - Marvel
7
+ - Animation
8
+ - stable-diffusion
9
+ - text-to-image
10
+ - diffusers
11
+ inference: true
12
+ ---
13
+
14
+ ### Marvel What_If Diffusion
15
+ This model was trained on images from the animated Marvel Disney+ show What If.
16
+ Which includes characters, background, and some objects.
17
+ Please check out important informations on the usage of the model down bellow.
18
+
19
+ To reference the art style, use the token: whatif style
20
+
21
+ ### Gradio
22
+
23
+ We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Marvel_WhatIf_Diffusion:
24
+ [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/ItsJayQz/Marvel_WhatIf_Diffusion)
25
+
26
+ Here are some samples.
27
+
28
+ **Portraits**
29
+ ![watif4.png](https://s3.amazonaws.com/moonup/production/uploads/1670730628768-635eafb49f24f6db0a1eafd1.png)
30
+ ![watif3.png](https://s3.amazonaws.com/moonup/production/uploads/1670730629466-635eafb49f24f6db0a1eafd1.png)
31
+ ![watif5.png](https://s3.amazonaws.com/moonup/production/uploads/1670730628689-635eafb49f24f6db0a1eafd1.png)
32
+
33
+ Prompt used:
34
+ Portrait of *name* in whatif style
35
+ Guidance: 7
36
+ Steps: 50 using DDIM
37
+
38
+ I'm not a prompt wizard so you can definitely get better results with some tuning.
39
+
40
+ **Landscapes**
41
+ ![watif.png](https://s3.amazonaws.com/moonup/production/uploads/1670730629152-635eafb49f24f6db0a1eafd1.png)
42
+
43
+ **Objects**
44
+ ![watif2.png](https://s3.amazonaws.com/moonup/production/uploads/1670730629101-635eafb49f24f6db0a1eafd1.png)
45
+
46
+ **Disclaimers**
47
+ - I'm in no way affliated with Marvel, or any entities relating to the ownership of the show.
48
+ - The name Marvel is simply a reference for accessibility.
49
+ - This was created entirely for research, and entertainment purpose.
50
+ - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes.
51
+ - I do not condone the usage of the model for making counterfeit products that might infringe on Marvel's copyrights/trademarks.
52
+
53
+ **License**
54
+ - This model is under Creative OpenRAIL-M.
55
+ - 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.
56
+ - However, there are restrictions on the openess of the license.
57
+ More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
58
+
59
+ **Responsibilities**
60
+ - By using/downloading the model, you are responsible for:
61
+ - All outputs/usage of the model.
62
+ - Understanding the Disclaimers.
63
+ - Upholding the terms of the license.
64
+
65
+ Thanks for checking out the model!