ItsJayQz commited on
Commit
6ee5351
1 Parent(s): e7b1916

Update README.md

Browse files

![pop3.png](https://s3.amazonaws.com/moonup/production/uploads/1672543377817-635eafb49f24f6db0a1eafd1.png)

Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1,3 +1,59 @@
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
+ - Pop Art
10
+ - Roy Lichenstein
11
+ - 1970s
12
+ inference: true
13
  ---
14
+
15
+ ## Roy PopArt Diffusion
16
+ This is a SD1.5 model trained on pop arts made by the one and only Roy Lichenstein (And some other pop arts).
17
+ The model can only really do portraits, and even then, to get decent looking results, you do have to tinker with the prompt/create more samples.
18
+ Occasionally, it still makes realistic looking people with pop art background. For the time being, the best thing you can do is to simply adjust the prompt and/or rerun it.
19
+ There are definitely a lot of things I can do to improve the model, but I haven't got around to doing that.
20
+ Please check out important informations on the usage of the model down bellow.
21
+
22
+ To reference the art style, use the token: roypop style
23
+
24
+ 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.
25
+
26
+
27
+ **Portraits**
28
+ ![pop1.png](https://s3.amazonaws.com/moonup/production/uploads/1672543297472-635eafb49f24f6db0a1eafd1.png)
29
+ ![pop2.png](https://s3.amazonaws.com/moonup/production/uploads/1672543297504-635eafb49f24f6db0a1eafd1.png)
30
+ ![pop3.png](https://s3.amazonaws.com/moonup/production/uploads/1672543377817-635eafb49f24f6db0a1eafd1.png)
31
+ ![pop4.png](https://s3.amazonaws.com/moonup/production/uploads/1672543297480-635eafb49f24f6db0a1eafd1.png)
32
+ ![pop5.png](https://s3.amazonaws.com/moonup/production/uploads/1672543297487-635eafb49f24f6db0a1eafd1.png)
33
+
34
+ Prompt used:
35
+ portrait of *name* in roypop style, digital art, trending on artstation, highly detailed, fine detail, intricate
36
+ negative: cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)), ((poorly drawn)), ((extra limbs)), blurry
37
+ Guidance: 8
38
+ Steps: 50 using DDIM
39
+
40
+ I'm not a prompt wizard so you can probably get better results with some tuning.
41
+
42
+ **Disclaimers**
43
+ - This was created entirely for research, and entertainment purpose.
44
+ - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes.
45
+ - I do not condone the usage of the model for making counterfeit products.
46
+
47
+ **License**
48
+ - This model is under Creative OpenRAIL-M.
49
+ - 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.
50
+ - However, there are restrictions on the openess of the license.
51
+ More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
52
+
53
+ **Responsibilities**
54
+ - By using/downloading the model, you are responsible for:
55
+ - All outputs/usage of the model.
56
+ - Understanding the Disclaimers.
57
+ - Upholding the terms of the license.
58
+
59
+ Thanks for checking out the model!