README.md CHANGED
@@ -2,15 +2,15 @@
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
- thumbnail: "https://huggingface.co/Guizmus/PoW_Someone/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
9
  - image-to-image
10
  ---
11
- # PoW : Someone
12
 
13
- ![Showcase](https://huggingface.co/Guizmus/PoW_Someone/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
@@ -55,65 +55,67 @@ Ending Note from Fruit, to You: It’s hard to navigate journeys all on your own
55
 
56
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
57
 
58
- 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.
59
 
60
- The total dataset is made of 42 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.
61
 
62
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
63
 
64
  ## Trained tokens
65
 
66
- * PoW Style
67
- * Token "nrgi" corresponds to the user "Kingpin#2557"
68
- * Token "mgti" corresponds to the user "Nerfgun3#7508"
69
- * Token "abiti" corresponds to the user "Itaaru#6818"
70
- * Token "datsi" corresponds to the user "wpatzz#5836"
71
- * Token "cavai" corresponds to the user "katmoget#4491"
72
- * Token "hikoi" corresponds to the user "NorTroll#1798"
73
- * Token "cudii" corresponds to the user "Lethal Nut#6667"
74
- * Token "cepi" corresponds to the user "Guizmus#9881"
75
- * Token "enigi" corresponds to the user "espasmo#9486"
76
- * Token "difi" corresponds to the user "RaptorJesus#3258"
77
- * Token "arumi" corresponds to the user "Eppinette-Chi#6220"
78
- * Token "minhi" corresponds to the user "linkkoh#0902"
79
- * Token "mdsi" corresponds to the user "NoOfTheBeast#8209"
80
- * Token "plni" corresponds to the user "ResidentChiefNZ#6989"
81
- * Token "tichi" corresponds to the user "SirVeggie#0230"
82
- * Token "uwei" corresponds to the user "uwyne#1111"
83
- * Token "fleri" corresponds to the user "bWm_nubby#6416"
84
- * Token "hepi" corresponds to the user "crazykazoo#2431"
85
- * Token "wazi" corresponds to the user "alex1729#4669"
86
- * Token "ouei" corresponds to the user "Lew39#1755"
87
- * Token "rithi" corresponds to the user "Dreamck#2108"
88
- * Token "mikii" corresponds to the user "Flames#6250"
89
- * Token "sshi" corresponds to the user "Vil#0404"
90
- * Token "gerai" corresponds to the user "Archive#9776"
91
- * Token "inemi" corresponds to the user "triplesevensocial#4625"
92
- * Token "yohi" corresponds to the user "Trexdel#8281"
93
- * Token "ronti" corresponds to the user "cm_158#8225"
94
- * Token "reemi" corresponds to the user "King Pendragon#3589"
95
- * Token "eneii" corresponds to the user "DylanWalker#9705"
96
- * Token "pethi" corresponds to the user "Phaff#1970"
97
- * Token "wivi" corresponds to the user "Munkyfoot#7944"
98
- * Token "maari" corresponds to the user "coreco#3337"
99
- * Token "eeti" corresponds to the user "misspikachu#8473"
100
- * Token "wrayi" corresponds to the user "legion#8221"
101
- * Token "afsi" corresponds to the user "Horvallis#7915"
102
- * Token "opii" corresponds to the user "VereVolf#5658"
103
- * Token "pkgi" corresponds to the user "Junglerally#3955"
104
- * Token "budai" corresponds to the user "Kaz#5485"
105
- * Token "ibci" corresponds to the user "Trash--Panda#6213"
106
- * Token "ccui" corresponds to the user "dunkeroni#4269"
107
- * Token "ucni" corresponds to the user "bitspirit3#1653"
108
- * Token "emiti" corresponds to the user "Smol Sus#0909"
109
 
110
  ## Download links
111
 
112
- [SafeTensors](https://huggingface.co/Guizmus/PoW_Someone/resolve/main/PoWStyle-Someone.safetensors)
113
 
114
- [CKPT](https://huggingface.co/Guizmus/PoW_Someone/resolve/main/PoWStyle-Someone.ckpt)
115
 
116
- [Dataset](https://huggingface.co/Guizmus/PoW_Someone/resolve/main/dataset.zip)
 
 
117
 
118
  ## 🧨 Diffusers
119
 
@@ -126,12 +128,12 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
126
  from diffusers import StableDiffusionPipeline
127
  import torch
128
 
129
- model_id = "Guizmus/PoW_Someone"
130
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
131
  pipe = pipe.to("cuda")
132
 
133
- prompt = "PoW Style nrgi"
134
  image = pipe(prompt).images[0]
135
 
136
- image.save("./PoWStyle.png")
137
  ```
 
2
  language:
3
  - en
4
  license: creativeml-openrail-m
5
+ thumbnail: "https://huggingface.co/Guizmus/SDArt_someone/resolve/main/showcase.jpg"
6
  tags:
7
  - stable-diffusion
8
  - text-to-image
9
  - image-to-image
10
  ---
11
+ # SDArt : Someone
12
 
13
+ ![Showcase](https://huggingface.co/Guizmus/SDArt_someone/resolve/main/showcase.jpg)
14
 
15
  ## Theme
16
 
 
55
 
56
  This is a model related to the "Picture of the Week" contest on Stable Diffusion discord.
57
 
58
+ 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.
59
 
60
+ The total dataset is made of 42 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.
61
 
62
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
63
 
64
  ## Trained tokens
65
 
66
+ * SDArt
67
+ * bnp
68
+ * aved
69
+ * bgs
70
+ * aten
71
+ * fcu
72
+ * cees
73
+ * chor
74
+ * nrf
75
+ * elio
76
+ * pfa
77
+ * kprc
78
+ * dita
79
+ * kuro
80
+ * dprk
81
+ * asot
82
+ * bsp
83
+ * psst
84
+ * sqm
85
+ * irgc
86
+ * buka
87
+ * byes
88
+ * dany
89
+ * lpg
90
+ * vaw
91
+ * nmwx
92
+ * nyrd
93
+ * guin
94
+ * perm
95
+ * urd
96
+ * nasi
97
+ * rags
98
+ * rimo
99
+ * shai
100
+ * doa
101
+ * suma
102
+ * isch
103
+ * utm
104
+ * vedi
105
+ * dds
106
+ * weho
107
+ * pte
108
+ * yui
109
 
110
  ## Download links
111
 
112
+ [SafeTensors](https://huggingface.co/Guizmus/SDArt_someone/resolve/main/SDArt-someone.safetensors)
113
 
114
+ [CKPT](https://huggingface.co/Guizmus/SDArt_someone/resolve/main/SDArt-someone.ckpt)
115
 
116
+ [Dataset](https://huggingface.co/Guizmus/SDArt_someone/resolve/main/dataset.zip)
117
+
118
+ [Old version](https://huggingface.co/Guizmus/SDArt_someone/resolve/main/PoWStyle-Someone.safetensors)
119
 
120
  ## 🧨 Diffusers
121
 
 
128
  from diffusers import StableDiffusionPipeline
129
  import torch
130
 
131
+ model_id = "Guizmus/SDArt_someone"
132
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
133
  pipe = pipe.to("cuda")
134
 
135
+ prompt = "SDArt pte"
136
  image = pipe(prompt).images[0]
137
 
138
+ image.save("./SDArt.png")
139
  ```
PoWStyle-Someone.ckpt → SDArt_someone.ckpt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57e0e37714077fb5fdbe3899a40b02dbaa606f451251156fed1c5f7d0d03200c
3
  size 2132856622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3821bca15f117366efeb6645a4269c8d886b82dab2e6c4c492e455f167998dff
3
  size 2132856622
SDArt_someone.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc23c956458b50e9282fd6dbdff05338d519b4c19f72b147b8f8acd944ef49a
3
+ size 2132625431
dataset.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31ffd03d580cc7c514ad577ee8212de12f294058e377b1d6b9adaed8bbb50393
3
- size 12249728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fecce7febc052dcddbfa653da2199bd1920c1facc4d4ac4cd3cd4b4ae4b4afd
3
+ size 1919365
showcase.jpg CHANGED

Git LFS Details

  • SHA256: 383c8c72db12743769896a3b93382ab89ed191bc3f8eeff5588b905242c7e7b1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.38 MB

Git LFS Details

  • SHA256: 4f5f466504280252ecd8bea108fd79aa98008e0f4b7ab53556d818b5afbd0b11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91adb84ef2966bc4f3a7a575eb0039f81a8771d43f0dbdc4aa17f8d016810e15
3
  size 492308087
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd917b390fb2c36cbe1880777d3b654fae7f3b17e01e7ad930392b77ce7d6a2
3
  size 492308087
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1ed0f627d6ff572918d45c73f0cf5818c3711517eb5a3b1708c0c0c5162c5ec
3
  size 3438364325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f983ba45fc273c8d2ac6bd141fd8c7947abfcc5509ff06014775a59543751f11
3
  size 3438364325