Guizmus commited on
Commit
b610253
·
1 Parent(s): 7f8a9d7

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +59 -57
  2. showcase.jpg +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
- thumbnail: "https://huggingface.co/Guizmus/PoW_Somewhere/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
@@ -10,7 +10,7 @@ tags:
10
  ---
11
  # PoW : Somewhere
12
 
13
- ![Showcase](https://huggingface.co/Guizmus/PoW_Somewhere/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
@@ -38,69 +38,71 @@ Won’t you take us Somewhere?
38
 
39
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
40
 
41
- I try to make a model out of all the submission for people to continue enjoy the theme after the even, and see a little of their designs in other people's creations. The token stays "PoW Style" and I balance the learning on the low side, so that it doesn't just replicate creations.
42
 
43
- The total dataset is made of 46 pictures. It was trained on [Stable diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5). I used [EveryDream](https://github.com/victorchall/EveryDream2trainer) to do the training, 100 total repeat per picture. The pictures were tagged using the token "PoW Style", and an arbitrary token I choose. The dataset is provided below, as well as a list of usernames and their corresponding token.
44
 
45
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
46
 
47
  ## Trained tokens
48
 
49
- * PoW Style
50
- * Token "nrgi" corresponds to the user "Eface#8250"
51
- * Token "mgti" corresponds to the user "Trash--Panda#6213"
52
- * Token "abiti" corresponds to the user "Itaaru#6818"
53
- * Token "datsi" corresponds to the user "bWm_nubby#6416"
54
- * Token "cavai" corresponds to the user "owleye#1290"
55
- * Token "hikoi" corresponds to the user "Guizmus#9881"
56
- * Token "cudii" corresponds to the user "Nerfgun3#7508"
57
- * Token "cepi" corresponds to the user "vcm07#7281"
58
- * Token "enigi" corresponds to the user "xThIsIsBoToXx#8765"
59
- * Token "difi" corresponds to the user "Eppinette-Chi#6220"
60
- * Token "arumi" corresponds to the user "H20_Dancing#8979"
61
- * Token "minhi" corresponds to the user "piscabo#8649"
62
- * Token "mdsi" corresponds to the user "alex1729#4669"
63
- * Token "plni" corresponds to the user "INF716 | Tobi#7518"
64
- * Token "tichi" corresponds to the user "katmoget#4491"
65
- * Token "uwei" corresponds to the user "DylanWalker#9705"
66
- * Token "fleri" corresponds to the user "Kazzear#7715"
67
- * Token "hepi" corresponds to the user "wpatzz#5836"
68
- * Token "wazi" corresponds to the user "Horvallis#7915"
69
- * Token "ouei" corresponds to the user "Cryonicus#8488"
70
- * Token "rithi" corresponds to the user "Dreamck#2108"
71
- * Token "mikii" corresponds to the user "discozouck#2695"
72
- * Token "sshi" corresponds to the user "espasmo#9486"
73
- * Token "gerai" corresponds to the user "dunkeroni#4269"
74
- * Token "inemi" corresponds to the user "Junglerally#3955"
75
- * Token "yohi" corresponds to the user "Lew39#1755"
76
- * Token "ronti" corresponds to the user "King Pendragon#3589"
77
- * Token "reemi" corresponds to the user "Akumetsu971#9982"
78
- * Token "eneii" corresponds to the user "tazi#2574"
79
- * Token "pethi" corresponds to the user "NorTroll#1798"
80
- * Token "wivi" corresponds to the user "Phaff#1970"
81
- * Token "maari" corresponds to the user "VereVolf#5658"
82
- * Token "eeti" corresponds to the user "Munkyfoot#7944"
83
- * Token "wrayi" corresponds to the user "Kaz#5485"
84
- * Token "afsi" corresponds to the user "crazykazoo#2431"
85
- * Token "opii" corresponds to the user "Ainvas#7625"
86
- * Token "pkgi" corresponds to the user "Trexdel#8281"
87
- * Token "budai" corresponds to the user "SmokeForce#4133"
88
- * Token "ibci" corresponds to the user "Sergio Santos#1447"
89
- * Token "ccui" corresponds to the user "Vil#0404"
90
- * Token "ucni" corresponds to the user "ResidentChiefNZ#6989"
91
- * Token "emiti" corresponds to the user "bitspirit3#1653"
92
- * Token "drui" corresponds to the user "CQ 🌸#9480"
93
- * Token "wrali" corresponds to the user "Chrisus#4937"
94
- * Token "aproi" corresponds to the user "Horsebird#3289"
95
- * Token "wboi" corresponds to the user "millennium_gun#6377"
96
 
97
  ## Download links
98
 
99
- [SafeTensors](https://huggingface.co/Guizmus/PoW_Somewhere/resolve/main/PoWStyle-Somewhere.safetensors)
100
 
101
- [CKPT](https://huggingface.co/Guizmus/PoW_Somewhere/resolve/main/PoWStyle-Somewhere.ckpt)
102
 
103
- [Dataset](https://huggingface.co/Guizmus/PoW_Somewhere/resolve/main/PoWStyle-Somewhere.zip)
 
 
104
 
105
  ## 🧨 Diffusers
106
 
@@ -113,12 +115,12 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
113
  from diffusers import StableDiffusionPipeline
114
  import torch
115
 
116
- model_id = "Guizmus/PoW_Somewhere"
117
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
118
  pipe = pipe.to("cuda")
119
 
120
- prompt = "PoW Style budai"
121
  image = pipe(prompt).images[0]
122
 
123
- image.save("./PoWStyle.png")
124
  ```
 
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
 
10
  ---
11
  # PoW : Somewhere
12
 
13
+ ![Showcase](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
 
38
 
39
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
40
 
41
+ I try to make a model out of all the submission for people to continue enjoy the theme after the even, and see a little of their designs in other people's creations. The token stays "SDArt" and I balance the learning on the low side, so that it doesn't just replicate creations.
42
 
43
+ The total dataset is made of 46 pictures. It was trained on [Stable diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5). I used [EveryDream](https://github.com/victorchall/EveryDream2trainer) to do the training, 100 total repeat per picture. The pictures were tagged using the token "SDArt", and an arbitrary token I choose. The dataset is provided below, as well as a list of usernames and their corresponding token.
44
 
45
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
46
 
47
  ## Trained tokens
48
 
49
+ * SDArt
50
+ * agne
51
+ * ohwx
52
+ * bnp
53
+ * atum
54
+ * aved
55
+ * bsf
56
+ * aten
57
+ * fcu
58
+ * cees
59
+ * chor
60
+ * cna
61
+ * nrf
62
+ * elio
63
+ * gani
64
+ * pfa
65
+ * kprc
66
+ * kuro
67
+ * asot
68
+ * elis
69
+ * bsp
70
+ * psst
71
+ * sqm
72
+ * irgc
73
+ * byes
74
+ * dany
75
+ * lpg
76
+ * miro
77
+ * avel
78
+ * vaw
79
+ * zaki
80
+ * guin
81
+ * pz
82
+ * reys
83
+ * crit
84
+ * doa
85
+ * suma
86
+ * taku
87
+ * ufos
88
+ * phol
89
+ * vedi
90
+ * dds
91
+ * weho
92
+ * pte
93
+ * oxi
94
+ * yuck
95
+ * zas
96
 
97
  ## Download links
98
 
99
+ [SafeTensors](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/SDArt_somewhere.safetensors)
100
 
101
+ [CKPT](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/SDArt_somewhere.ckpt)
102
 
103
+ [Dataset](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/dataset.zip)
104
+
105
+ [Old version](https://huggingface.co/Guizmus/SDArt_somewhere/resolve/main/PoWStyle-Somewhere.safetensors)
106
 
107
  ## 🧨 Diffusers
108
 
 
115
  from diffusers import StableDiffusionPipeline
116
  import torch
117
 
118
+ model_id = "Guizmus/SDArt_somewhere"
119
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
120
  pipe = pipe.to("cuda")
121
 
122
+ prompt = "SDArt yuck"
123
  image = pipe(prompt).images[0]
124
 
125
+ image.save("./SDArt.png")
126
  ```
showcase.jpg CHANGED

Git LFS Details

  • SHA256: 15db9c765c4ea28c1d69ba50065b5d3c3d286357fc5bd5d51e9fbfcc976f2b11
  • Pointer size: 132 Bytes
  • Size of remote file: 2.57 MB

Git LFS Details

  • SHA256: c173d526a9aabac7e4143ab37bdbe5067fcb4f29406289151d1cc6b402751ae5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB